Html Css Color HEX #1578F0 Dodger Blue

📋 copy color: '#1578F0'

red 21 ◦ green 120 ◦ blue 240

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

Shades of Dodger Blue #1578F0

Tints of Dodger Blue #1578F0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.5%

 BLUE value IS 240 (94.14% from 255) = 62.99%

R = 5.51%
G = 31.5%
B = 62.99%

CMYK

 C value IS 0.91

 M value IS 0.5

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1578F0 (or 0x1578F0) is known color: Dodger Blue. HEX triplet: 15, 78 and F0. RGB value is (21,120,240). Sum of RGB (Red+Green+Blue) = 21+120+240=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 240 (94.14% from 255 or 62.99% from 381); Max value from RGB is 240 - color contains mainly: blue. Hex color #1578F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1578F0 is #EA870F. Grayscale: #676767. Windows color (decimal): -15370000 or 15759381. OLE color: 15759381.

HSL color Cylindrical-coordinate representation of color #1578F0: hue angle of 212.88º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1578F0 is Cyan = 0.91, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 120 240 -
CMYK 0.91 0.5 0 0.06
HSL 212.88º 0.88% 0.51% -
HSV(B) 212.88º 0.91% 0.94% -
XYZ 22.75 19.88 85.08 -
YUV 104.08 204.7 68.74 -
System Red Green Blue C M Y K H S L
Decimal 21 120 240 0.91 0.5 0 0.06 212.88 0.88 0.51
Hex 15 78 F0 5B 32 0 6 D5 58 33
Octal 25 170 360 133 62 0 6 325 130 63
Binary 10101 1111000 11110000 1011011 110010 0 110 11010101 1011000 110011

Color Harmonies of #1578F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1578F0

Black with #1578F0

Text Example


Text Example

White with #1578F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1578F0; }

 p { color: rgb(21,120,240); }

 H1.HeaderClassName
 {
   color: #1578F0;
 }
 .AnyTagClassName
 {
   color: #1578F0;
 }
</style>

background-color css

<style>
 a { background-color: #1578F0; }

 a { background-color: rgb(21,120,240); }

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

border-color css

<style>
 span { border-color: #1578F0; }

 span { border-color: rgb(21,120,240); }

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