Html Css Color HEX #159BFD Dodger Blue

📋 copy color: '#159BFD'

red 21 ◦ green 155 ◦ blue 253

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

Shades of Dodger Blue #159BFD

Tints of Dodger Blue #159BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.97%

R = 4.9%
G = 36.13%
B = 58.97%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#159BFD (or 0x159BFD) is known color: Dodger Blue. HEX triplet: 15, 9B and FD. RGB value is (21,155,253). Sum of RGB (Red+Green+Blue) = 21+155+253=429 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.90% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #159BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159BFD is #EA6402. Grayscale: #7D7D7D. Windows color (decimal): -15361027 or 16620309. OLE color: 16620309.

HSL color Cylindrical-coordinate representation of color #159BFD: hue angle of 205.34º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #159BFD is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 155 253 -
CMYK 0.92 0.39 0 0.01
HSL 205.34º 0.98% 0.54% -
HSV(B) 205.34º 0.92% 0.99% -
XYZ 29.76 30.69 97.28 -
YUV 126.11 199.61 53.03 -
System Red Green Blue C M Y K H S L
Decimal 21 155 253 0.92 0.39 0 0.01 205.34 0.98 0.54
Hex 15 9B FD 5C 27 0 1 CD 62 36
Octal 25 233 375 134 47 0 1 315 142 66
Binary 10101 10011011 11111101 1011100 100111 0 1 11001101 1100010 110110

Color Harmonies of #159BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159BFD

Black with #159BFD

Text Example


Text Example

White with #159BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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