Html Css Color HEX #159BFA Dodger Blue

📋 copy color: '#159BFA'

red 21 ◦ green 155 ◦ blue 250

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

Shades of Dodger Blue #159BFA

Tints of Dodger Blue #159BFA

RGB

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

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

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

R = 4.93%
G = 36.38%
B = 58.69%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#159BFA (or 0x159BFA) is known color: Dodger Blue. HEX triplet: 15, 9B and FA. RGB value is (21,155,250). Sum of RGB (Red+Green+Blue) = 21+155+250=426 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.93% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #159BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159BFA is #EA6405. Grayscale: #7D7D7D. Windows color (decimal): -15361030 or 16423701. OLE color: 16423701.

HSL color Cylindrical-coordinate representation of color #159BFA: hue angle of 204.89º 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 #159BFA is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 155 250 -
CMYK 0.92 0.38 0 0.02
HSL 204.89º 0.96% 0.53% -
HSV(B) 204.89º 0.92% 0.98% -
XYZ 29.29 30.5 94.79 -
YUV 125.76 198.11 53.28 -
System Red Green Blue C M Y K H S L
Decimal 21 155 250 0.92 0.38 0 0.02 204.89 0.96 0.53
Hex 15 9B FA 5C 26 0 2 CD 60 35
Octal 25 233 372 134 46 0 2 315 140 65
Binary 10101 10011011 11111010 1011100 100110 0 10 11001101 1100000 110101

Color Harmonies of #159BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159BFA

Black with #159BFA

Text Example


Text Example

White with #159BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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