Html Css Color HEX #1488DC Dodger Blue

📋 copy color: '#1488DC'

red 20 ◦ green 136 ◦ blue 220

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

Shades of Dodger Blue #1488DC

Tints of Dodger Blue #1488DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.51%

R = 5.32%
G = 36.17%
B = 58.51%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1488DC (or 0x1488DC) is known color: Dodger Blue. HEX triplet: 14, 88 and DC. RGB value is (20,136,220). Sum of RGB (Red+Green+Blue) = 20+136+220=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #1488DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1488DC is #EB7723. Grayscale: #6E6E6E. Windows color (decimal): -15431460 or 14452756. OLE color: 14452756.

HSL color Cylindrical-coordinate representation of color #1488DC: hue angle of 205.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1488DC is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 136 220 -
CMYK 0.91 0.38 0 0.14
HSL 205.2º 0.83% 0.47% -
HSV(B) 205.2º 0.91% 0.86% -
XYZ 22.01 22.92 70.97 -
YUV 110.89 189.57 63.17 -
System Red Green Blue C M Y K H S L
Decimal 20 136 220 0.91 0.38 0 0.14 205.2 0.83 0.47
Hex 14 88 DC 5B 26 0 E CD 53 2F
Octal 24 210 334 133 46 0 16 315 123 57
Binary 10100 10001000 11011100 1011011 100110 0 1110 11001101 1010011 101111

Color Harmonies of #1488DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1488DC

Black with #1488DC

Text Example


Text Example

White with #1488DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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