Html Css Color HEX #1588FF Dodger Blue

📋 copy color: '#1588FF'

red 21 ◦ green 136 ◦ blue 255

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

Shades of Dodger Blue #1588FF

Tints of Dodger Blue #1588FF

RGB

 RED value IS 21 (8.59% from 255) = 5.1%

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

 BLUE value IS 255 (100% from 255) = 61.89%

R = 5.1%
G = 33.01%
B = 61.89%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1588FF (or 0x1588FF) is known color: Dodger Blue. HEX triplet: 15, 88 and FF. RGB value is (21,136,255). Sum of RGB (Red+Green+Blue) = 21+136+255=412 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.10% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #1588FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1588FF is #EA7700. Grayscale: #727272. Windows color (decimal): -15365889 or 16746517. OLE color: 16746517.

HSL color Cylindrical-coordinate representation of color #1588FF: hue angle of 210.51º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1588FF is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 21 136 255 -
CMYK 0.92 0.47 0 0
HSL 210.51º 1% 0.54% -
HSV(B) 210.51º 0.92% 1% -
XYZ 27.16 24.99 98 -
YUV 115.18 206.9 60.82 -
System Red Green Blue C M Y K H S L
Decimal 21 136 255 0.92 0.47 0 0 210.51 1 0.54
Hex 15 88 FF 5C 2F 0 0 D3 64 36
Octal 25 210 377 134 57 0 0 323 144 66
Binary 10101 10001000 11111111 1011100 101111 0 0 11010011 1100100 110110

Color Harmonies of #1588FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1588FF

Black with #1588FF

Text Example


Text Example

White with #1588FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1588FF; }

 p { color: rgb(21,136,255); }

 H1.HeaderClassName
 {
   color: #1588FF;
 }
 .AnyTagClassName
 {
   color: #1588FF;
 }
</style>

background-color css

<style>
 a { background-color: #1588FF; }

 a { background-color: rgb(21,136,255); }

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

border-color css

<style>
 span { border-color: #1588FF; }

 span { border-color: rgb(21,136,255); }

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