Html Css Color HEX #1590EF Dodger Blue

📋 copy color: '#1590EF'

red 21 ◦ green 144 ◦ blue 239

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

Shades of Dodger Blue #1590EF

Tints of Dodger Blue #1590EF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.64%

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

R = 5.2%
G = 35.64%
B = 59.16%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1590EF (or 0x1590EF) is known color: Dodger Blue. HEX triplet: 15, 90 and EF. RGB value is (21,144,239). Sum of RGB (Red+Green+Blue) = 21+144+239=404 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.20% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #1590EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1590EF is #EA6F10. Grayscale: #757575. Windows color (decimal): -15363857 or 15699989. OLE color: 15699989.

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

Color convert

RGB 21 144 239 -
CMYK 0.91 0.40 0 0.06
HSL 206.15º 0.87% 0.51% -
HSV(B) 206.15º 0.91% 0.94% -
XYZ 25.86 26.34 85.38 -
YUV 118.05 196.25 58.78 -
System Red Green Blue C M Y K H S L
Decimal 21 144 239 0.91 0.40 0 0.06 206.15 0.87 0.51
Hex 15 90 EF 5B 28 0 6 CE 57 33
Octal 25 220 357 133 50 0 6 316 127 63
Binary 10101 10010000 11101111 1011011 101000 0 110 11001110 1010111 110011

Color Harmonies of #1590EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1590EF

Black with #1590EF

Text Example


Text Example

White with #1590EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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