#002ffe

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

Shades of Blue #002FFE

Tints of Blue #002FFE

Color information

#002FFE (or 0x002FFE) is unknown color: approx Blue. HEX triplet: 00, 2F and FE. RGB value is (0,47,254). Sum of RGB (Red+Green+Blue) = 0+47+254=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 254 (99.61% from 255 or 84.39% from 301); Max value from RGB is 254 - color contains mainly: blue. Hex color #002FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002FFE is #FFD001. Grayscale: #373737. Windows color (decimal): -16764930 or 16658176. OLE color: 16658176.

HSL color Cylindrical-coordinate representation of color #002FFE: hue angle of 228.9º 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 #002FFE is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB047254-
CMYK10.8100.00
HSL228.9º100%49.8%-
HSV(B)228.9º100%99.61%-
XYZ18.919.1994.54-
YUV56.54239.4387.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 47 (18.75% from 255) = 15.61%
BLUE value IS 254 (99.61% from 255) = 84.39%
R=0%
G=15.61%
B=84.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal04725410.8100.00228.910049.8
Hex02FFE645100e56432
Octal0573761441210034514462
Binary0101111111111101100100101000100111001011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002ffe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002ffe; }

 p { color: rgb(0,47,254); }

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

<style>
 a { background-color: #002ffe; }

 a { background-color: rgb(0,47,254); }

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

<style>
 span { border-color: #002ffe; }

 span { border-color: rgb(0,47,254); }

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