Html Css Color HEX #159BED Dodger Blue

📋 copy color: '#159BED'

red 21 ◦ green 155 ◦ blue 237

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

Shades of Dodger Blue #159BED

Tints of Dodger Blue #159BED

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.53%

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

R = 5.08%
G = 37.53%
B = 57.38%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#159BED (or 0x159BED) is known color: Dodger Blue. HEX triplet: 15, 9B and ED. RGB value is (21,155,237). Sum of RGB (Red+Green+Blue) = 21+155+237=413 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.08% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #159BED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159BED is #EA6412. Grayscale: #7B7B7B. Windows color (decimal): -15361043 or 15571733. OLE color: 15571733.

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

Color convert

RGB 21 155 237 -
CMYK 0.91 0.35 0 0.07
HSL 202.78º 0.86% 0.51% -
HSV(B) 202.78º 0.91% 0.93% -
XYZ 27.32 29.72 84.42 -
YUV 124.28 191.61 54.33 -
System Red Green Blue C M Y K H S L
Decimal 21 155 237 0.91 0.35 0 0.07 202.78 0.86 0.51
Hex 15 9B ED 5B 23 0 7 CB 56 33
Octal 25 233 355 133 43 0 7 313 126 63
Binary 10101 10011011 11101101 1011011 100011 0 111 11001011 1010110 110011

Color Harmonies of #159BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159BED

Black with #159BED

Text Example


Text Example

White with #159BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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