Html Css Color HEX #159BF0 Dodger Blue

📋 copy color: '#159BF0'

red 21 ◦ green 155 ◦ blue 240

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

Shades of Dodger Blue #159BF0

Tints of Dodger Blue #159BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 57.69%

R = 5.05%
G = 37.26%
B = 57.69%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#159BF0 (or 0x159BF0) is known color: Dodger Blue. HEX triplet: 15, 9B and F0. RGB value is (21,155,240). Sum of RGB (Red+Green+Blue) = 21+155+240=416 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.05% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 240 (94.14% from 255 or 57.69% from 416); Max value from RGB is 240 - color contains mainly: blue. Hex color #159BF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159BF0 is #EA640F. Grayscale: #7C7C7C. Windows color (decimal): -15361040 or 15768341. OLE color: 15768341.

HSL color Cylindrical-coordinate representation of color #159BF0: hue angle of 203.29º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159BF0 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 155 240 -
CMYK 0.91 0.35 0 0.06
HSL 203.29º 0.88% 0.51% -
HSV(B) 203.29º 0.91% 0.94% -
XYZ 27.76 29.89 86.75 -
YUV 124.62 193.11 54.09 -
System Red Green Blue C M Y K H S L
Decimal 21 155 240 0.91 0.35 0 0.06 203.29 0.88 0.51
Hex 15 9B F0 5B 23 0 6 CB 58 33
Octal 25 233 360 133 43 0 6 313 130 63
Binary 10101 10011011 11110000 1011011 100011 0 110 11001011 1011000 110011

Color Harmonies of #159BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159BF0

Black with #159BF0

Text Example


Text Example

White with #159BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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