Html Css Color HEX #159BEA Dodger Blue

📋 copy color: '#159BEA'

red 21 ◦ green 155 ◦ blue 234

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

Shades of Dodger Blue #159BEA

Tints of Dodger Blue #159BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.07%

R = 5.12%
G = 37.8%
B = 57.07%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#159BEA (or 0x159BEA) is known color: Dodger Blue. HEX triplet: 15, 9B and EA. RGB value is (21,155,234). Sum of RGB (Red+Green+Blue) = 21+155+234=410 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.12% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #159BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159BEA is #EA6415. Grayscale: #7B7B7B. Windows color (decimal): -15361046 or 15375125. OLE color: 15375125.

HSL color Cylindrical-coordinate representation of color #159BEA: hue angle of 202.25º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159BEA is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 155 234 -
CMYK 0.91 0.34 0 0.08
HSL 202.25º 0.84% 0.5% -
HSV(B) 202.25º 0.91% 0.92% -
XYZ 26.88 29.54 82.13 -
YUV 123.94 190.11 54.58 -
System Red Green Blue C M Y K H S L
Decimal 21 155 234 0.91 0.34 0 0.08 202.25 0.84 0.5
Hex 15 9B EA 5B 22 0 8 CA 54 32
Octal 25 233 352 133 42 0 10 312 124 62
Binary 10101 10011011 11101010 1011011 100010 0 1000 11001010 1010100 110010

Color Harmonies of #159BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159BEA

Black with #159BEA

Text Example


Text Example

White with #159BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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