Html Css Color HEX #019FFD Deep Sky Blue

📋 copy color: '#019FFD'

red 1 ◦ green 159 ◦ blue 253

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

Shades of Deep Sky Blue #019FFD

Tints of Deep Sky Blue #019FFD

RGB

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

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

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

R = 0.24%
G = 38.5%
B = 61.26%

CMYK

 C value IS 1.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#019FFD (or 0x019FFD) is known color: Deep Sky Blue. HEX triplet: 01, 9F and FD. RGB value is (1,159,253). Sum of RGB (Red+Green+Blue) = 1+159+253=413 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #019FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019FFD is #FE6002. Grayscale: #797979. Windows color (decimal): -16670723 or 16621313. OLE color: 16621313.

HSL color Cylindrical-coordinate representation of color #019FFD: hue angle of 202.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019FFD is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 159 253 -
CMYK 1.00 0.37 0 0.01
HSL 202.38º 0.99% 0.5% -
HSV(B) 202.38º 1% 0.99% -
XYZ 30.14 31.89 97.5 -
YUV 122.47 201.65 41.36 -
System Red Green Blue C M Y K H S L
Decimal 1 159 253 1.00 0.37 0 0.01 202.38 0.99 0.5
Hex 1 9F FD 64 25 0 1 CA 63 32
Octal 1 237 375 144 45 0 1 312 143 62
Binary 1 10011111 11111101 1100100 100101 0 1 11001010 1100011 110010

Color Harmonies of #019FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019FFD

Black with #019FFD

Text Example


Text Example

White with #019FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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