Html Css Color HEX #1576FF Dodger Blue

📋 copy color: '#1576FF'

red 21 ◦ green 118 ◦ blue 255

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

Shades of Dodger Blue #1576FF

Tints of Dodger Blue #1576FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.95%

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

R = 5.33%
G = 29.95%
B = 64.72%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1576FF (or 0x1576FF) is known color: Dodger Blue. HEX triplet: 15, 76 and FF. RGB value is (21,118,255). Sum of RGB (Red+Green+Blue) = 21+118+255=394 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.33% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #1576FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1576FF is #EA8900. Grayscale: #676767. Windows color (decimal): -15370497 or 16741909. OLE color: 16741909.

HSL color Cylindrical-coordinate representation of color #1576FF: hue angle of 215.13º 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 #1576FF is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 21 118 255 -
CMYK 0.92 0.54 0 0
HSL 215.13º 1% 0.54% -
HSV(B) 215.13º 0.92% 1% -
XYZ 24.84 20.34 97.22 -
YUV 104.62 212.86 68.36 -
System Red Green Blue C M Y K H S L
Decimal 21 118 255 0.92 0.54 0 0 215.13 1 0.54
Hex 15 76 FF 5C 36 0 0 D7 64 36
Octal 25 166 377 134 66 0 0 327 144 66
Binary 10101 1110110 11111111 1011100 110110 0 0 11010111 1100100 110110

Color Harmonies of #1576FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1576FF

Black with #1576FF

Text Example


Text Example

White with #1576FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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