#03A5F0

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

Shades of Deep Sky Blue #03A5F0

Tints of Deep Sky Blue #03A5F0

Color information

#03A5F0 (or 0x03A5F0) is unknown color: approx Deep Sky Blue. HEX triplet: 03, A5 and F0. RGB value is (3,165,240). Sum of RGB (Red+Green+Blue) = 3+165+240=408 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 240 (94.14% from 255 or 58.82% from 408); Max value from RGB is 240 - color contains mainly: blue. Hex color #03A5F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A5F0 is #FC5A0F. Grayscale: #7C7C7C. Windows color (decimal): -16538128 or 15770883. OLE color: 15770883.

HSL color Cylindrical-coordinate representation of color #03A5F0: hue angle of 198.99º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A5F0 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3165240-
CMYK0.990.3100.06
HSL198.99º97.53%47.65%-
HSV(B)198.99º98.75%94.12%-
XYZ29.2233.2287.31-
YUV125.11192.8340.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.74%
GREEN value IS 165 (64.84% from 255) = 40.44%
BLUE value IS 240 (94.14% from 255) = 58.82%
R=0.74%
G=40.44%
B=58.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal31652400.990.3100.06198.9997.5347.65
Hex3A5F0631F06c76230
Octal3245360143370630714260
Binary1110100101111100001100011111110110110001111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03A5F0; }

 p { color: rgb(3,165,240); }

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

<style>
 a { background-color: #03A5F0; }

 a { background-color: rgb(3,165,240); }

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

<style>
 span { border-color: #03A5F0; }

 span { border-color: rgb(3,165,240); }

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