Html Css Color HEX #1573EA Dodger Blue

📋 copy color: '#1573EA'

red 21 ◦ green 115 ◦ blue 234

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

Shades of Dodger Blue #1573EA

Tints of Dodger Blue #1573EA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.08%

 BLUE value IS 234 (91.8% from 255) = 63.24%

R = 5.68%
G = 31.08%
B = 63.24%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1573EA (or 0x1573EA) is known color: Dodger Blue. HEX triplet: 15, 73 and EA. RGB value is (21,115,234). Sum of RGB (Red+Green+Blue) = 21+115+234=370 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.68% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #1573EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1573EA is #EA8C15. Grayscale: #636363. Windows color (decimal): -15371286 or 15364885. OLE color: 15364885.

HSL color Cylindrical-coordinate representation of color #1573EA: hue angle of 213.52º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1573EA is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 115 234 -
CMYK 0.91 0.51 0 0.08
HSL 213.52º 0.84% 0.5% -
HSV(B) 213.52º 0.91% 0.92% -
XYZ 21.29 18.36 80.26 -
YUV 100.46 203.36 71.32 -
System Red Green Blue C M Y K H S L
Decimal 21 115 234 0.91 0.51 0 0.08 213.52 0.84 0.5
Hex 15 73 EA 5B 33 0 8 D6 54 32
Octal 25 163 352 133 63 0 10 326 124 62
Binary 10101 1110011 11101010 1011011 110011 0 1000 11010110 1010100 110010

Color Harmonies of #1573EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1573EA

Black with #1573EA

Text Example


Text Example

White with #1573EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1573EA; }

 p { color: rgb(21,115,234); }

 H1.HeaderClassName
 {
   color: #1573EA;
 }
 .AnyTagClassName
 {
   color: #1573EA;
 }
</style>

background-color css

<style>
 a { background-color: #1573EA; }

 a { background-color: rgb(21,115,234); }

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

border-color css

<style>
 span { border-color: #1573EA; }

 span { border-color: rgb(21,115,234); }

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