#04A1F4

Color #04A1F4 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #04A1F4

Tints of Deep Sky Blue #04A1F4

Color information

#04A1F4 (or 0x04A1F4) is unknown color: approx Deep Sky Blue. HEX triplet: 04, A1 and F4. RGB value is (4,161,244). Sum of RGB (Red+Green+Blue) = 4+161+244=409 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 244 (95.70% from 255 or 59.66% from 409); Max value from RGB is 244 - color contains mainly: blue. Hex color #04A1F4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04A1F4 is #FB5E0B. Grayscale: #7B7B7B. Windows color (decimal): -16473612 or 16032004. OLE color: 16032004.

HSL color Cylindrical-coordinate representation of color #04A1F4: hue angle of 200.75º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A1F4 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4161244-
CMYK0.980.3400.04
HSL200.75º96.77%48.63%-
HSV(B)200.75º98.36%95.69%-
XYZ29.1232.0590.24-
YUV123.52195.9942.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.98%
GREEN value IS 161 (63.28% from 255) = 39.36%
BLUE value IS 244 (95.70% from 255) = 59.66%
R=0.98%
G=39.36%
B=59.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal41612440.980.3400.04200.7596.7748.63
Hex4A1F4622204c96131
Octal4241364142420431114161
Binary100101000011111010011000101000100100110010011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04A1F4; }

 p { color: rgb(4,161,244); }

 H1.HeaderClassName
 {
   color: #04A1F4;
 }
 .AnyTagClassName
 {
   color: #04A1F4;
 }
</style>
background-color css

<style>
 a { background-color: #04A1F4; }

 a { background-color: rgb(4,161,244); }

 div.DivClassName
 {
   background-color: #04A1F4;
 }
 .BgClassName
 {
   background-color: #04A1F4;
 }
</style>
border-color css

<style>
 span { border-color: #04A1F4; }

 span { border-color: rgb(4,161,244); }

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