#002FFD

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

Shades of Blue #002FFD

Tints of Blue #002FFD

Color information

#002FFD (or 0x002FFD) is unknown color: approx Blue. HEX triplet: 00, 2F and FD. RGB value is (0,47,253). Sum of RGB (Red+Green+Blue) = 0+47+253=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 253 (99.22% from 255 or 84.33% from 300); Max value from RGB is 253 - color contains mainly: blue. Hex color #002FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002FFD is #FFD002. Grayscale: #373737. Windows color (decimal): -16764931 or 16592640. OLE color: 16592640.

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

Color convert

RGB047253-
CMYK10.8100.01
HSL228.85º100%49.61%-
HSV(B)228.85º100%99.22%-
XYZ18.759.1293.7-
YUV56.43238.9387.75-

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.67%
BLUE value IS 253 (99.22% from 255) = 84.33%
R=0%
G=15.67%
B=84.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal04725310.8100.01228.8510049.61
Hex02FFD645101e56432
Octal0573751441210134514462
Binary0101111111111011100100101000101111001011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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