Html Css Color HEX #1574EF Dodger Blue

📋 copy color: '#1574EF'

red 21 ◦ green 116 ◦ blue 239

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

Shades of Dodger Blue #1574EF

Tints of Dodger Blue #1574EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

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

R = 5.59%
G = 30.85%
B = 63.56%

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

#1574EF (or 0x1574EF) is known color: Dodger Blue. HEX triplet: 15, 74 and EF. RGB value is (21,116,239). Sum of RGB (Red+Green+Blue) = 21+116+239=376 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.59% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #1574EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1574EF is #EA8B10. Grayscale: #656565. Windows color (decimal): -15371025 or 15692821. OLE color: 15692821.

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

Color convert

RGB 21 116 239 -
CMYK 0.91 0.51 0 0.06
HSL 213.85º 0.87% 0.51% -
HSV(B) 213.85º 0.91% 0.94% -
XYZ 22.13 18.88 84.14 -
YUV 101.62 205.53 70.5 -
System Red Green Blue C M Y K H S L
Decimal 21 116 239 0.91 0.51 0 0.06 213.85 0.87 0.51
Hex 15 74 EF 5B 33 0 6 D6 57 33
Octal 25 164 357 133 63 0 6 326 127 63
Binary 10101 1110100 11101111 1011011 110011 0 110 11010110 1010111 110011

Color Harmonies of #1574EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1574EF

Black with #1574EF

Text Example


Text Example

White with #1574EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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