#2F12CB

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

Shades of Medium Blue #2F12CB

Tints of Medium Blue #2F12CB

Color information

#2F12CB (or 0x2F12CB) is unknown color: approx Medium Blue. HEX triplet: 2F, 12 and CB. RGB value is (47,18,203). Sum of RGB (Red+Green+Blue) = 47+18+203=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F12CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F12CB is #D0ED34. Grayscale: #2F2F2F. Windows color (decimal): -13692213 or 13308463. OLE color: 13308463.

HSL color Cylindrical-coordinate representation of color #2F12CB: hue angle of 249.41º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F12CB is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4718203-
CMYK0.770.9100.20
HSL249.41º83.71%43.33%-
HSV(B)249.41º91.13%79.61%-
XYZ12.175.3556.89-
YUV47.76215.61127.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.54%
GREEN value IS 18 (7.42% from 255) = 6.72%
BLUE value IS 203 (79.69% from 255) = 75.75%
R=17.54%
G=6.72%
B=75.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal47182030.770.9100.20249.4183.7143.33
Hex2F12CB4D5B014f9542b
Octal572231311513302437112453
Binary101111100101100101110011011011011010100111110011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F12CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,18,203); }

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

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

 a { background-color: rgb(47,18,203); }

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

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

 span { border-color: rgb(47,18,203); }

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