Html Css Color HEX #1578FA Dodger Blue

📋 copy color: '#1578FA'

red 21 ◦ green 120 ◦ blue 250

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

Shades of Dodger Blue #1578FA

Tints of Dodger Blue #1578FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.94%

R = 5.37%
G = 30.69%
B = 63.94%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1578FA (or 0x1578FA) is known color: Dodger Blue. HEX triplet: 15, 78 and FA. RGB value is (21,120,250). Sum of RGB (Red+Green+Blue) = 21+120+250=391 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.37% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #1578FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1578FA is #EA8705. Grayscale: #686868. Windows color (decimal): -15369990 or 16414741. OLE color: 16414741.

HSL color Cylindrical-coordinate representation of color #1578FA: hue angle of 214.06º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1578FA is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 120 250 -
CMYK 0.92 0.52 0 0.02
HSL 214.06º 0.96% 0.53% -
HSV(B) 214.06º 0.92% 0.98% -
XYZ 24.28 20.49 93.12 -
YUV 105.22 209.7 67.93 -
System Red Green Blue C M Y K H S L
Decimal 21 120 250 0.92 0.52 0 0.02 214.06 0.96 0.53
Hex 15 78 FA 5C 34 0 2 D6 60 35
Octal 25 170 372 134 64 0 2 326 140 65
Binary 10101 1111000 11111010 1011100 110100 0 10 11010110 1100000 110101

Color Harmonies of #1578FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1578FA

Black with #1578FA

Text Example


Text Example

White with #1578FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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