Html Css Color HEX #1595ED Dodger Blue

📋 copy color: '#1595ED'

red 21 ◦ green 149 ◦ blue 237

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

Shades of Dodger Blue #1595ED

Tints of Dodger Blue #1595ED

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.61%

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

R = 5.16%
G = 36.61%
B = 58.23%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1595ED (or 0x1595ED) is known color: Dodger Blue. HEX triplet: 15, 95 and ED. RGB value is (21,149,237). Sum of RGB (Red+Green+Blue) = 21+149+237=407 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.16% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #1595ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1595ED is #EA6A12. Grayscale: #787878. Windows color (decimal): -15362579 or 15570197. OLE color: 15570197.

HSL color Cylindrical-coordinate representation of color #1595ED: hue angle of 204.44º 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 #1595ED is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 149 237 -
CMYK 0.91 0.37 0 0.07
HSL 204.44º 0.86% 0.51% -
HSV(B) 204.44º 0.91% 0.93% -
XYZ 26.34 27.77 84.09 -
YUV 120.76 193.59 56.84 -
System Red Green Blue C M Y K H S L
Decimal 21 149 237 0.91 0.37 0 0.07 204.44 0.86 0.51
Hex 15 95 ED 5B 25 0 7 CC 56 33
Octal 25 225 355 133 45 0 7 314 126 63
Binary 10101 10010101 11101101 1011011 100101 0 111 11001100 1010110 110011

Color Harmonies of #1595ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1595ED

Black with #1595ED

Text Example


Text Example

White with #1595ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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