Html Css Color HEX #159DEA Dodger Blue

📋 copy color: '#159DEA'

red 21 ◦ green 157 ◦ blue 234

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

Shades of Dodger Blue #159DEA

Tints of Dodger Blue #159DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.11%

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

R = 5.1%
G = 38.11%
B = 56.8%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#159DEA (or 0x159DEA) is known color: Dodger Blue. HEX triplet: 15, 9D and EA. RGB value is (21,157,234). Sum of RGB (Red+Green+Blue) = 21+157+234=412 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.10% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #159DEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159DEA is #EA6215. Grayscale: #7C7C7C. Windows color (decimal): -15360534 or 15375637. OLE color: 15375637.

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

Color convert

RGB 21 157 234 -
CMYK 0.91 0.33 0 0.08
HSL 201.69º 0.84% 0.5% -
HSV(B) 201.69º 0.91% 0.92% -
XYZ 27.22 30.21 82.24 -
YUV 125.11 189.44 53.74 -
System Red Green Blue C M Y K H S L
Decimal 21 157 234 0.91 0.33 0 0.08 201.69 0.84 0.5
Hex 15 9D EA 5B 21 0 8 CA 54 32
Octal 25 235 352 133 41 0 10 312 124 62
Binary 10101 10011101 11101010 1011011 100001 0 1000 11001010 1010100 110010

Color Harmonies of #159DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DEA

Black with #159DEA

Text Example


Text Example

White with #159DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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