Html Css Color HEX #159FF5 Dodger Blue

📋 copy color: '#159FF5'

red 21 ◦ green 159 ◦ blue 245

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

Shades of Dodger Blue #159FF5

Tints of Dodger Blue #159FF5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.41%

 BLUE value IS 245 (96.09% from 255) = 57.65%

R = 4.94%
G = 37.41%
B = 57.65%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#159FF5 (or 0x159FF5) is known color: Dodger Blue. HEX triplet: 15, 9F and F5. RGB value is (21,159,245). Sum of RGB (Red+Green+Blue) = 21+159+245=425 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.94% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 245 (96.09% from 255 or 57.65% from 425); Max value from RGB is 245 - color contains mainly: blue. Hex color #159FF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #159FF5 is #EA600A. Grayscale: #7F7F7F. Windows color (decimal): -15360011 or 16097045. OLE color: 16097045.

HSL color Cylindrical-coordinate representation of color #159FF5: hue angle of 203.04º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159FF5 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 21 159 245 -
CMYK 0.91 0.35 0 0.04
HSL 203.04º 0.92% 0.52% -
HSV(B) 203.04º 0.91% 0.96% -
XYZ 29.19 31.55 90.94 -
YUV 127.54 194.28 52.01 -
System Red Green Blue C M Y K H S L
Decimal 21 159 245 0.91 0.35 0 0.04 203.04 0.92 0.52
Hex 15 9F F5 5B 23 0 4 CB 5C 34
Octal 25 237 365 133 43 0 4 313 134 64
Binary 10101 10011111 11110101 1011011 100011 0 100 11001011 1011100 110100

Color Harmonies of #159FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159FF5

Black with #159FF5

Text Example


Text Example

White with #159FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,159,245); }

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

background-color css

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

 a { background-color: rgb(21,159,245); }

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

border-color css

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

 span { border-color: rgb(21,159,245); }

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