Html Css Color HEX #148BDD Dodger Blue

📋 copy color: '#148BDD'

red 20 ◦ green 139 ◦ blue 221

#148BDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #148BDD

Tints of Dodger Blue #148BDD

RGB

 RED value IS 20 (8.2% from 255) = 5.26%

 GREEN value IS 139 (54.69% from 255) = 36.58%

 BLUE value IS 221 (86.72% from 255) = 58.16%

R = 5.26%
G = 36.58%
B = 58.16%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#148BDD (or 0x148BDD) is known color: Dodger Blue. HEX triplet: 14, 8B and DD. RGB value is (20,139,221). Sum of RGB (Red+Green+Blue) = 20+139+221=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #148BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148BDD is #EB7422. Grayscale: #707070. Windows color (decimal): -15430691 or 14519060. OLE color: 14519060.

HSL color Cylindrical-coordinate representation of color #148BDD: hue angle of 204.48º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148BDD is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 139 221 -
CMYK 0.91 0.37 0 0.13
HSL 204.48º 0.83% 0.47% -
HSV(B) 204.48º 0.91% 0.87% -
XYZ 22.57 23.83 71.82 -
YUV 112.77 189.08 61.83 -
System Red Green Blue C M Y K H S L
Decimal 20 139 221 0.91 0.37 0 0.13 204.48 0.83 0.47
Hex 14 8B DD 5B 25 0 D CC 53 2F
Octal 24 213 335 133 45 0 15 314 123 57
Binary 10100 10001011 11011101 1011011 100101 0 1101 11001100 1010011 101111

Color Harmonies of #148BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148BDD

Black with #148BDD

Text Example


Text Example

White with #148BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148BDD; }

 p { color: rgb(20,139,221); }

 H1.HeaderClassName
 {
   color: #148BDD;
 }
 .AnyTagClassName
 {
   color: #148BDD;
 }
</style>

background-color css

<style>
 a { background-color: #148BDD; }

 a { background-color: rgb(20,139,221); }

 div.DivClassName
 {
   background-color: #148BDD;
 }
 .BgClassName
 {
   background-color: #148BDD;
 }
</style>

border-color css

<style>
 span { border-color: #148BDD; }

 span { border-color: rgb(20,139,221); }

 td.TdClassName
 {
   border-color: #148BDD;
 }
 .TagClassName
 {
   border-color: #148BDD;
 }
</style>