Html Css Color HEX #019FEA Deep Sky Blue

📋 copy color: '#019FEA'

red 1 ◦ green 159 ◦ blue 234

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

Shades of Deep Sky Blue #019FEA

Tints of Deep Sky Blue #019FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.39%

R = 0.25%
G = 40.36%
B = 59.39%

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

#019FEA (or 0x019FEA) is known color: Deep Sky Blue. HEX triplet: 01, 9F and EA. RGB value is (1,159,234). Sum of RGB (Red+Green+Blue) = 1+159+234=394 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #019FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019FEA is #FE6015. Grayscale: #777777. Windows color (decimal): -16670742 or 15376129. OLE color: 15376129.

HSL color Cylindrical-coordinate representation of color #019FEA: hue angle of 199.31º 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 #019FEA is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 159 234 -
CMYK 1.00 0.32 0 0.08
HSL 199.31º 0.99% 0.46% -
HSV(B) 199.31º 1% 0.92% -
XYZ 27.26 30.74 82.34 -
YUV 120.31 192.15 42.9 -
System Red Green Blue C M Y K H S L
Decimal 1 159 234 1.00 0.32 0 0.08 199.31 0.99 0.46
Hex 1 9F EA 64 20 0 8 C7 63 2E
Octal 1 237 352 144 40 0 10 307 143 56
Binary 1 10011111 11101010 1100100 100000 0 1000 11000111 1100011 101110

Color Harmonies of #019FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019FEA

Black with #019FEA

Text Example


Text Example

White with #019FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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