Html Css Color HEX #159BE9 Dodger Blue

📋 copy color: '#159BE9'

red 21 ◦ green 155 ◦ blue 233

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

Shades of Dodger Blue #159BE9

Tints of Dodger Blue #159BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 56.97%

R = 5.13%
G = 37.9%
B = 56.97%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#159BE9 (or 0x159BE9) is known color: Dodger Blue. HEX triplet: 15, 9B and E9. RGB value is (21,155,233). Sum of RGB (Red+Green+Blue) = 21+155+233=409 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.13% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 233 (91.41% from 255 or 56.97% from 409); Max value from RGB is 233 - color contains mainly: blue. Hex color #159BE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159BE9 is #EA6416. Grayscale: #7B7B7B. Windows color (decimal): -15361047 or 15309589. OLE color: 15309589.

HSL color Cylindrical-coordinate representation of color #159BE9: hue angle of 202.08º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159BE9 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 21 155 233 -
CMYK 0.91 0.33 0 0.09
HSL 202.08º 0.83% 0.5% -
HSV(B) 202.08º 0.91% 0.91% -
XYZ 26.74 29.49 81.37 -
YUV 123.83 189.61 54.66 -
System Red Green Blue C M Y K H S L
Decimal 21 155 233 0.91 0.33 0 0.09 202.08 0.83 0.5
Hex 15 9B E9 5B 21 0 9 CA 53 32
Octal 25 233 351 133 41 0 11 312 123 62
Binary 10101 10011011 11101001 1011011 100001 0 1001 11001010 1010011 110010

Color Harmonies of #159BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159BE9

Black with #159BE9

Text Example


Text Example

White with #159BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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