#003FFF

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

Shades of Blue #003FFF

Tints of Blue #003FFF

Color information

#003FFF (or 0x003FFF) is unknown color: approx Blue. HEX triplet: 00, 3F and FF. RGB value is (0,63,255). Sum of RGB (Red+Green+Blue) = 0+63+255=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 255 (100% from 255 or 80.19% from 318); Max value from RGB is 255 - color contains mainly: blue. Hex color #003FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003FFF is #FFC000. Grayscale: #414141. Windows color (decimal): -16760833 or 16727808. OLE color: 16727808.

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

Color convert

RGB063255-
CMYK10.7500
HSL225.18º100%50%-
HSV(B)225.18º100%100%-
XYZ19.8310.7895.64-
YUV66.05234.6380.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 63 (25% from 255) = 19.81%
BLUE value IS 255 (100% from 255) = 80.19%
R=0%
G=19.81%
B=80.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal06325510.7500225.1810050
Hex03FFF644B00e16432
Octal0773771441130034114462
Binary0111111111111111100100100101100111000011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,63,255); }

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

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

 a { background-color: rgb(0,63,255); }

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

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

 span { border-color: rgb(0,63,255); }

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