Html Css Color HEX #1488DB Dodger Blue

📋 copy color: '#1488DB'

red 20 ◦ green 136 ◦ blue 219

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

Shades of Dodger Blue #1488DB

Tints of Dodger Blue #1488DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.4%

R = 5.33%
G = 36.27%
B = 58.4%

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

#1488DB (or 0x1488DB) is known color: Dodger Blue. HEX triplet: 14, 88 and DB. RGB value is (20,136,219). Sum of RGB (Red+Green+Blue) = 20+136+219=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #1488DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1488DB is #EB7724. Grayscale: #6E6E6E. Windows color (decimal): -15431461 or 14387220. OLE color: 14387220.

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

Color convert

RGB 20 136 219 -
CMYK 0.91 0.38 0 0.14
HSL 205.03º 0.83% 0.47% -
HSV(B) 205.03º 0.91% 0.86% -
XYZ 21.88 22.87 70.28 -
YUV 110.78 189.07 63.25 -
System Red Green Blue C M Y K H S L
Decimal 20 136 219 0.91 0.38 0 0.14 205.03 0.83 0.47
Hex 14 88 DB 5B 26 0 E CD 53 2F
Octal 24 210 333 133 46 0 16 315 123 57
Binary 10100 10001000 11011011 1011011 100110 0 1110 11001101 1010011 101111

Color Harmonies of #1488DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1488DB

Black with #1488DB

Text Example


Text Example

White with #1488DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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