Html Css Color HEX #019FEB Deep Sky Blue

📋 copy color: '#019FEB'

red 1 ◦ green 159 ◦ blue 235

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

Shades of Deep Sky Blue #019FEB

Tints of Deep Sky Blue #019FEB

RGB

 RED value IS 1 (0.78% from 255) = 0.25%

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

 BLUE value IS 235 (92.19% from 255) = 59.49%

R = 0.25%
G = 40.25%
B = 59.49%

CMYK

 C value IS 1.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#019FEB (or 0x019FEB) is known color: Deep Sky Blue. HEX triplet: 01, 9F and EB. RGB value is (1,159,235). Sum of RGB (Red+Green+Blue) = 1+159+235=395 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #019FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019FEB is #FE6014. Grayscale: #777777. Windows color (decimal): -16670741 or 15441665. OLE color: 15441665.

HSL color Cylindrical-coordinate representation of color #019FEB: hue angle of 199.49º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019FEB is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 159 235 -
CMYK 1.00 0.32 0 0.08
HSL 199.49º 0.99% 0.46% -
HSV(B) 199.49º 1% 0.92% -
XYZ 27.41 30.8 83.1 -
YUV 120.42 192.65 42.82 -
System Red Green Blue C M Y K H S L
Decimal 1 159 235 1.00 0.32 0 0.08 199.49 0.99 0.46
Hex 1 9F EB 64 20 0 8 C7 63 2E
Octal 1 237 353 144 40 0 10 307 143 56
Binary 1 10011111 11101011 1100100 100000 0 1000 11000111 1100011 101110

Color Harmonies of #019FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019FEB

Black with #019FEB

Text Example


Text Example

White with #019FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019FEB; }

 p { color: rgb(1,159,235); }

 H1.HeaderClassName
 {
   color: #019FEB;
 }
 .AnyTagClassName
 {
   color: #019FEB;
 }
</style>

background-color css

<style>
 a { background-color: #019FEB; }

 a { background-color: rgb(1,159,235); }

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

border-color css

<style>
 span { border-color: #019FEB; }

 span { border-color: rgb(1,159,235); }

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