#03a1f2

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

Shades of Deep Sky Blue #03A1F2

Tints of Deep Sky Blue #03A1F2

Color information

#03A1F2 (or 0x03A1F2) is unknown color: approx Deep Sky Blue. HEX triplet: 03, A1 and F2. RGB value is (3,161,242). Sum of RGB (Red+Green+Blue) = 3+161+242=406 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 242 (94.92% from 255 or 59.61% from 406); Max value from RGB is 242 - color contains mainly: blue. Hex color #03A1F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A1F2 is #FC5E0D. Grayscale: #7A7A7A. Windows color (decimal): -16539150 or 15900931. OLE color: 15900931.

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

Color convert

RGB3161242-
CMYK0.990.3300.05
HSL200.33º97.55%48.04%-
HSV(B)200.33º98.76%94.9%-
XYZ28.8131.9288.65-
YUV122.99195.1542.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.74%
GREEN value IS 161 (63.28% from 255) = 39.66%
BLUE value IS 242 (94.92% from 255) = 59.61%
R=0.74%
G=39.66%
B=59.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal31612420.990.3300.05200.3397.5548.04
Hex3A1F2632105c86230
Octal3241362143410531014260
Binary11101000011111001011000111000010101110010001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03a1f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,161,242); }

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

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

 a { background-color: rgb(3,161,242); }

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

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

 span { border-color: rgb(3,161,242); }

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