#03a1f8

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

Shades of Deep Sky Blue #03A1F8

Tints of Deep Sky Blue #03A1F8

Color information

#03A1F8 (or 0x03A1F8) is unknown color: approx Deep Sky Blue. HEX triplet: 03, A1 and F8. RGB value is (3,161,248). Sum of RGB (Red+Green+Blue) = 3+161+248=412 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 248 (97.27% from 255 or 60.19% from 412); Max value from RGB is 248 - color contains mainly: blue. Hex color #03A1F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A1F8 is #FC5E07. Grayscale: #7B7B7B. Windows color (decimal): -16539144 or 16294147. OLE color: 16294147.

HSL color Cylindrical-coordinate representation of color #03A1F8: hue angle of 201.31º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A1F8 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB3161248-
CMYK0.990.3500.03
HSL201.31º97.61%49.22%-
HSV(B)201.31º98.79%97.25%-
XYZ29.7332.2993.47-
YUV123.68198.1541.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.73%
GREEN value IS 161 (63.28% from 255) = 39.08%
BLUE value IS 248 (97.27% from 255) = 60.19%
R=0.73%
G=39.08%
B=60.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal31612480.990.3500.03201.3197.6149.22
Hex3A1F8632303c96231
Octal3241370143430331114261
Binary1110100001111110001100011100011011110010011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03a1f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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