#2F02D6

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

Shades of Medium Blue #2F02D6

Tints of Medium Blue #2F02D6

Color information

#2F02D6 (or 0x2F02D6) is unknown color: approx Medium Blue. HEX triplet: 2F, 02 and D6. RGB value is (47,2,214). Sum of RGB (Red+Green+Blue) = 47+2+214=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 214 (83.98% from 255 or 81.37% from 263); Max value from RGB is 214 - color contains mainly: blue. Hex color #2F02D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F02D6 is #D0FD29. Grayscale: #262626. Windows color (decimal): -13696298 or 14025263. OLE color: 14025263.

HSL color Cylindrical-coordinate representation of color #2F02D6: hue angle of 252.74º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F02D6 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB472214-
CMYK0.780.9900.16
HSL252.74º98.15%42.35%-
HSV(B)252.74º99.07%83.92%-
XYZ13.335.563.98-
YUV39.62226.41133.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.87%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 214 (83.98% from 255) = 81.37%
R=17.87%
G=0.76%
B=81.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal4722140.780.9900.16252.7498.1542.35
Hex2F2D64E63010fd622a
Octal57232611614302037514252
Binary101111101101011010011101100011010000111111011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F02D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F02D6; }

 p { color: rgb(47,2,214); }

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

<style>
 a { background-color: #2F02D6; }

 a { background-color: rgb(47,2,214); }

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

<style>
 span { border-color: #2F02D6; }

 span { border-color: rgb(47,2,214); }

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