Html Css Color HEX #159AEA Dodger Blue

📋 copy color: '#159AEA'

red 21 ◦ green 154 ◦ blue 234

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

Shades of Dodger Blue #159AEA

Tints of Dodger Blue #159AEA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.65%

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

R = 5.13%
G = 37.65%
B = 57.21%

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

#159AEA (or 0x159AEA) is known color: Dodger Blue. HEX triplet: 15, 9A and EA. RGB value is (21,154,234). Sum of RGB (Red+Green+Blue) = 21+154+234=409 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.13% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #159AEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159AEA is #EA6515. Grayscale: #7A7A7A. Windows color (decimal): -15361302 or 15374869. OLE color: 15374869.

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

Color convert

RGB 21 154 234 -
CMYK 0.91 0.34 0 0.08
HSL 202.54º 0.84% 0.5% -
HSV(B) 202.54º 0.91% 0.92% -
XYZ 26.72 29.21 82.07 -
YUV 123.35 190.44 55 -
System Red Green Blue C M Y K H S L
Decimal 21 154 234 0.91 0.34 0 0.08 202.54 0.84 0.5
Hex 15 9A EA 5B 22 0 8 CB 54 32
Octal 25 232 352 133 42 0 10 313 124 62
Binary 10101 10011010 11101010 1011011 100010 0 1000 11001011 1010100 110010

Color Harmonies of #159AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159AEA

Black with #159AEA

Text Example


Text Example

White with #159AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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