#003EFF

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

Shades of Blue #003EFF

Tints of Blue #003EFF

Color information

#003EFF (or 0x003EFF) is unknown color: approx Blue. HEX triplet: 00, 3E and FF. RGB value is (0,62,255). Sum of RGB (Red+Green+Blue) = 0+62+255=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 255 (100% from 255 or 80.44% from 317); Max value from RGB is 255 - color contains mainly: blue. Hex color #003EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003EFF is #FFC100. Grayscale: #404040. Windows color (decimal): -16761089 or 16727552. OLE color: 16727552.

HSL color Cylindrical-coordinate representation of color #003EFF: hue angle of 225.41º 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 #003EFF is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB062255-
CMYK10.7600
HSL225.41º100%50%-
HSV(B)225.41º100%100%-
XYZ19.7710.6795.62-
YUV65.46234.9681.31-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 62 (24.61% from 255) = 19.56%
BLUE value IS 255 (100% from 255) = 80.44%
R=0%
G=19.56%
B=80.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal06225510.7600225.4110050
Hex03EFF644C00e16432
Octal0763771441140034114462
Binary0111110111111111100100100110000111000011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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