Html Css Color HEX #1575EF Dodger Blue

📋 copy color: '#1575EF'

red 21 ◦ green 117 ◦ blue 239

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

Shades of Dodger Blue #1575EF

Tints of Dodger Blue #1575EF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.03%

 BLUE value IS 239 (93.75% from 255) = 63.4%

R = 5.57%
G = 31.03%
B = 63.4%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1575EF (or 0x1575EF) is known color: Dodger Blue. HEX triplet: 15, 75 and EF. RGB value is (21,117,239). Sum of RGB (Red+Green+Blue) = 21+117+239=377 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.57% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #1575EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1575EF is #EA8A10. Grayscale: #656565. Windows color (decimal): -15370769 or 15693077. OLE color: 15693077.

HSL color Cylindrical-coordinate representation of color #1575EF: hue angle of 213.58º degrees, saturation: 0.87, 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 #1575EF is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 117 239 -
CMYK 0.91 0.51 0 0.06
HSL 213.58º 0.87% 0.51% -
HSV(B) 213.58º 0.91% 0.94% -
XYZ 22.25 19.11 84.18 -
YUV 102.2 205.2 70.08 -
System Red Green Blue C M Y K H S L
Decimal 21 117 239 0.91 0.51 0 0.06 213.58 0.87 0.51
Hex 15 75 EF 5B 33 0 6 D6 57 33
Octal 25 165 357 133 63 0 6 326 127 63
Binary 10101 1110101 11101111 1011011 110011 0 110 11010110 1010111 110011

Color Harmonies of #1575EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1575EF

Black with #1575EF

Text Example


Text Example

White with #1575EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1575EF; }

 p { color: rgb(21,117,239); }

 H1.HeaderClassName
 {
   color: #1575EF;
 }
 .AnyTagClassName
 {
   color: #1575EF;
 }
</style>

background-color css

<style>
 a { background-color: #1575EF; }

 a { background-color: rgb(21,117,239); }

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

border-color css

<style>
 span { border-color: #1575EF; }

 span { border-color: rgb(21,117,239); }

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