#2F05CA

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

Shades of Medium Blue #2F05CA

Tints of Medium Blue #2F05CA

Color information

#2F05CA (or 0x2F05CA) is unknown color: approx Medium Blue. HEX triplet: 2F, 05 and CA. RGB value is (47,5,202). Sum of RGB (Red+Green+Blue) = 47+5+202=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 202 (79.30% from 255 or 79.53% from 254); Max value from RGB is 202 - color contains mainly: blue. Hex color #2F05CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F05CA is #D0FA35. Grayscale: #272727. Windows color (decimal): -13695542 or 13239599. OLE color: 13239599.

HSL color Cylindrical-coordinate representation of color #2F05CA: hue angle of 252.79º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F05CA is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB475202-
CMYK0.770.9800.21
HSL252.79º95.17%40.59%-
HSV(B)252.79º97.52%79.22%-
XYZ11.894.9856.21-
YUV40.02219.41132.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.50%
GREEN value IS 5 (2.34% from 255) = 1.97%
BLUE value IS 202 (79.30% from 255) = 79.53%
R=18.50%
G=1.97%
B=79.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal4752020.770.9800.21252.7995.1740.59
Hex2F5CA4D62015fd5f29
Octal57531211514202537513751
Binary1011111011100101010011011100010010101111111011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F05CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,5,202); }

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

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

 a { background-color: rgb(47,5,202); }

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

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

 span { border-color: rgb(47,5,202); }

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