#003BF7

Color #003BF7 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #003BF7

Tints of Blue #003BF7

Color information

#003BF7 (or 0x003BF7) is unknown color: approx Blue. HEX triplet: 00, 3B and F7. RGB value is (0,59,247). Sum of RGB (Red+Green+Blue) = 0+59+247=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 247 (96.88% from 255 or 80.72% from 306); Max value from RGB is 247 - color contains mainly: blue. Hex color #003BF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003BF7 is #FFC408. Grayscale: #3D3D3D. Windows color (decimal): -16761865 or 16202496. OLE color: 16202496.

HSL color Cylindrical-coordinate representation of color #003BF7: hue angle of 225.67º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BF7 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB059247-
CMYK10.7600.03
HSL225.67º100%48.43%-
HSV(B)225.67º100%96.86%-
XYZ18.359.8488.93-
YUV62.79231.9583.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 59 (23.44% from 255) = 19.28%
BLUE value IS 247 (96.88% from 255) = 80.72%
R=0%
G=19.28%
B=80.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal05924710.7600.03225.6710048.43
Hex03BF7644C03e26430
Octal0733671441140334214460
Binary01110111111011111001001001100011111000101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003BF7; }

 p { color: rgb(0,59,247); }

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

<style>
 a { background-color: #003BF7; }

 a { background-color: rgb(0,59,247); }

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

<style>
 span { border-color: #003BF7; }

 span { border-color: rgb(0,59,247); }

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