#03B4F0

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

Shades of Deep Sky Blue #03B4F0

Tints of Deep Sky Blue #03B4F0

Color information

#03B4F0 (or 0x03B4F0) is unknown color: approx Deep Sky Blue. HEX triplet: 03, B4 and F0. RGB value is (3,180,240). Sum of RGB (Red+Green+Blue) = 3+180+240=423 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #03B4F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03B4F0 is #FC4B0F. Grayscale: #858585. Windows color (decimal): -16534288 or 15774723. OLE color: 15774723.

HSL color Cylindrical-coordinate representation of color #03B4F0: hue angle of 195.19º 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 #03B4F0 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3180240-
CMYK0.990.2500.06
HSL195.19º97.53%47.65%-
HSV(B)195.19º98.75%94.12%-
XYZ32.0938.9588.27-
YUV133.92187.8634.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.71%
GREEN value IS 180 (70.70% from 255) = 42.55%
BLUE value IS 240 (94.14% from 255) = 56.74%
R=0.71%
G=42.55%
B=56.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal31802400.990.2500.06195.1997.5347.65
Hex3B4F0631906c36230
Octal3264360143310630314260
Binary1110110100111100001100011110010110110000111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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