Html Css Color HEX #159EED Dodger Blue

📋 copy color: '#159EED'

red 21 ◦ green 158 ◦ blue 237

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

Shades of Dodger Blue #159EED

Tints of Dodger Blue #159EED

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.98%

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

R = 5.05%
G = 37.98%
B = 56.97%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#159EED (or 0x159EED) is known color: Dodger Blue. HEX triplet: 15, 9E and ED. RGB value is (21,158,237). Sum of RGB (Red+Green+Blue) = 21+158+237=416 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.05% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #159EED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159EED is #EA6112. Grayscale: #7D7D7D. Windows color (decimal): -15360275 or 15572501. OLE color: 15572501.

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

Color convert

RGB 21 158 237 -
CMYK 0.91 0.33 0 0.07
HSL 201.94º 0.86% 0.51% -
HSV(B) 201.94º 0.91% 0.93% -
XYZ 27.82 30.73 84.59 -
YUV 126.04 190.61 53.08 -
System Red Green Blue C M Y K H S L
Decimal 21 158 237 0.91 0.33 0 0.07 201.94 0.86 0.51
Hex 15 9E ED 5B 21 0 7 CA 56 33
Octal 25 236 355 133 41 0 7 312 126 63
Binary 10101 10011110 11101101 1011011 100001 0 111 11001010 1010110 110011

Color Harmonies of #159EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159EED

Black with #159EED

Text Example


Text Example

White with #159EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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