Html Css Color HEX #1488DD Dodger Blue

📋 copy color: '#1488DD'

red 20 ◦ green 136 ◦ blue 221

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

Shades of Dodger Blue #1488DD

Tints of Dodger Blue #1488DD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.07%

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

R = 5.31%
G = 36.07%
B = 58.62%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1488DD (or 0x1488DD) is known color: Dodger Blue. HEX triplet: 14, 88 and DD. RGB value is (20,136,221). Sum of RGB (Red+Green+Blue) = 20+136+221=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #1488DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1488DD is #EB7722. Grayscale: #6E6E6E. Windows color (decimal): -15431459 or 14518292. OLE color: 14518292.

HSL color Cylindrical-coordinate representation of color #1488DD: hue angle of 205.37º 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 #1488DD is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 136 221 -
CMYK 0.91 0.38 0 0.13
HSL 205.37º 0.83% 0.47% -
HSV(B) 205.37º 0.91% 0.87% -
XYZ 22.14 22.98 71.67 -
YUV 111.01 190.07 63.09 -
System Red Green Blue C M Y K H S L
Decimal 20 136 221 0.91 0.38 0 0.13 205.37 0.83 0.47
Hex 14 88 DD 5B 26 0 D CD 53 2F
Octal 24 210 335 133 46 0 15 315 123 57
Binary 10100 10001000 11011101 1011011 100110 0 1101 11001101 1010011 101111

Color Harmonies of #1488DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1488DD

Black with #1488DD

Text Example


Text Example

White with #1488DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1488DD; }

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

 H1.HeaderClassName
 {
   color: #1488DD;
 }
 .AnyTagClassName
 {
   color: #1488DD;
 }
</style>

background-color css

<style>
 a { background-color: #1488DD; }

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

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

border-color css

<style>
 span { border-color: #1488DD; }

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

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