Html Css Color HEX #159DED Dodger Blue

📋 copy color: '#159DED'

red 21 ◦ green 157 ◦ blue 237

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

Shades of Dodger Blue #159DED

Tints of Dodger Blue #159DED

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.83%

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

R = 5.06%
G = 37.83%
B = 57.11%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#159DED (or 0x159DED) is known color: Dodger Blue. HEX triplet: 15, 9D and ED. RGB value is (21,157,237). Sum of RGB (Red+Green+Blue) = 21+157+237=415 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.06% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #159DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159DED is #EA6212. Grayscale: #7D7D7D. Windows color (decimal): -15360531 or 15572245. OLE color: 15572245.

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

Color convert

RGB 21 157 237 -
CMYK 0.91 0.34 0 0.07
HSL 202.22º 0.86% 0.51% -
HSV(B) 202.22º 0.91% 0.93% -
XYZ 27.65 30.39 84.53 -
YUV 125.46 190.94 53.5 -
System Red Green Blue C M Y K H S L
Decimal 21 157 237 0.91 0.34 0 0.07 202.22 0.86 0.51
Hex 15 9D ED 5B 22 0 7 CA 56 33
Octal 25 235 355 133 42 0 7 312 126 63
Binary 10101 10011101 11101101 1011011 100010 0 111 11001010 1010110 110011

Color Harmonies of #159DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DED

Black with #159DED

Text Example


Text Example

White with #159DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159DED; }

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

 H1.HeaderClassName
 {
   color: #159DED;
 }
 .AnyTagClassName
 {
   color: #159DED;
 }
</style>

background-color css

<style>
 a { background-color: #159DED; }

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

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

border-color css

<style>
 span { border-color: #159DED; }

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

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