#04A4F1

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

Shades of Deep Sky Blue #04A4F1

Tints of Deep Sky Blue #04A4F1

Color information

#04A4F1 (or 0x04A4F1) is unknown color: approx Deep Sky Blue. HEX triplet: 04, A4 and F1. RGB value is (4,164,241). Sum of RGB (Red+Green+Blue) = 4+164+241=409 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #04A4F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04A4F1 is #FB5B0E. Grayscale: #7C7C7C. Windows color (decimal): -16472847 or 15836164. OLE color: 15836164.

HSL color Cylindrical-coordinate representation of color #04A4F1: hue angle of 199.49º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A4F1 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4164241-
CMYK0.980.3200.05
HSL199.49º96.73%48.04%-
HSV(B)199.49º98.34%94.51%-
XYZ29.232.9388.04-
YUV124.94193.4941.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.98%
GREEN value IS 164 (64.45% from 255) = 40.10%
BLUE value IS 241 (94.53% from 255) = 58.92%
R=0.98%
G=40.10%
B=58.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal41642410.980.3200.05199.4996.7348.04
Hex4A4F1622005c76130
Octal4244361142400530714160
Binary100101001001111000111000101000000101110001111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,164,241); }

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

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

 a { background-color: rgb(4,164,241); }

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

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

 span { border-color: rgb(4,164,241); }

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