Html Css Color HEX #1590ED Dodger Blue

📋 copy color: '#1590ED'

red 21 ◦ green 144 ◦ blue 237

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

Shades of Dodger Blue #1590ED

Tints of Dodger Blue #1590ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.96%

R = 5.22%
G = 35.82%
B = 58.96%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1590ED (or 0x1590ED) is known color: Dodger Blue. HEX triplet: 15, 90 and ED. RGB value is (21,144,237). Sum of RGB (Red+Green+Blue) = 21+144+237=402 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.22% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #1590ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1590ED is #EA6F12. Grayscale: #757575. Windows color (decimal): -15363859 or 15568917. OLE color: 15568917.

HSL color Cylindrical-coordinate representation of color #1590ED: hue angle of 205.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1590ED is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 144 237 -
CMYK 0.91 0.39 0 0.07
HSL 205.83º 0.86% 0.51% -
HSV(B) 205.83º 0.91% 0.93% -
XYZ 25.57 26.22 83.83 -
YUV 117.83 195.25 58.94 -
System Red Green Blue C M Y K H S L
Decimal 21 144 237 0.91 0.39 0 0.07 205.83 0.86 0.51
Hex 15 90 ED 5B 27 0 7 CE 56 33
Octal 25 220 355 133 47 0 7 316 126 63
Binary 10101 10010000 11101101 1011011 100111 0 111 11001110 1010110 110011

Color Harmonies of #1590ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1590ED

Black with #1590ED

Text Example


Text Example

White with #1590ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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