Html Css Color HEX #159EFA Dodger Blue

📋 copy color: '#159EFA'

red 21 ◦ green 158 ◦ blue 250

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

Shades of Dodger Blue #159EFA

Tints of Dodger Blue #159EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.83%

 BLUE value IS 250 (98.05% from 255) = 58.28%

R = 4.9%
G = 36.83%
B = 58.28%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#159EFA (or 0x159EFA) is known color: Dodger Blue. HEX triplet: 15, 9E and FA. RGB value is (21,158,250). Sum of RGB (Red+Green+Blue) = 21+158+250=429 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.90% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #159EFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159EFA is #EA6105. Grayscale: #7F7F7F. Windows color (decimal): -15360262 or 16424469. OLE color: 16424469.

HSL color Cylindrical-coordinate representation of color #159EFA: hue angle of 204.1º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #159EFA is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 158 250 -
CMYK 0.92 0.37 0 0.02
HSL 204.1º 0.96% 0.53% -
HSV(B) 204.1º 0.92% 0.98% -
XYZ 29.79 31.52 94.96 -
YUV 127.53 197.11 52.02 -
System Red Green Blue C M Y K H S L
Decimal 21 158 250 0.92 0.37 0 0.02 204.1 0.96 0.53
Hex 15 9E FA 5C 25 0 2 CC 60 35
Octal 25 236 372 134 45 0 2 314 140 65
Binary 10101 10011110 11111010 1011100 100101 0 10 11001100 1100000 110101

Color Harmonies of #159EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159EFA

Black with #159EFA

Text Example


Text Example

White with #159EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,158,250); }

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

background-color css

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

 a { background-color: rgb(21,158,250); }

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

border-color css

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

 span { border-color: rgb(21,158,250); }

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