Html Css Color HEX #1576FD Dodger Blue

📋 copy color: '#1576FD'

red 21 ◦ green 118 ◦ blue 253

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

Shades of Dodger Blue #1576FD

Tints of Dodger Blue #1576FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.54%

R = 5.36%
G = 30.1%
B = 64.54%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1576FD (or 0x1576FD) is known color: Dodger Blue. HEX triplet: 15, 76 and FD. RGB value is (21,118,253). Sum of RGB (Red+Green+Blue) = 21+118+253=392 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.36% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #1576FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1576FD is #EA8902. Grayscale: #676767. Windows color (decimal): -15370499 or 16610837. OLE color: 16610837.

HSL color Cylindrical-coordinate representation of color #1576FD: hue angle of 214.91º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1576FD is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 118 253 -
CMYK 0.92 0.53 0 0.01
HSL 214.91º 0.98% 0.54% -
HSV(B) 214.91º 0.92% 0.99% -
XYZ 24.52 20.21 95.54 -
YUV 104.39 211.86 68.52 -
System Red Green Blue C M Y K H S L
Decimal 21 118 253 0.92 0.53 0 0.01 214.91 0.98 0.54
Hex 15 76 FD 5C 35 0 1 D7 62 36
Octal 25 166 375 134 65 0 1 327 142 66
Binary 10101 1110110 11111101 1011100 110101 0 1 11010111 1100010 110110

Color Harmonies of #1576FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1576FD

Black with #1576FD

Text Example


Text Example

White with #1576FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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