#2F00CE

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

Shades of Medium Blue #2F00CE

Tints of Medium Blue #2F00CE

Color information

#2F00CE (or 0x2F00CE) is unknown color: approx Medium Blue. HEX triplet: 2F, 00 and CE. RGB value is (47,0,206). Sum of RGB (Red+Green+Blue) = 47+0+206=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 206 (80.86% from 255 or 81.42% from 253); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F00CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F00CE is #D0FF31. Grayscale: #242424. Windows color (decimal): -13696818 or 13500463. OLE color: 13500463.

HSL color Cylindrical-coordinate representation of color #2F00CE: hue angle of 253.69º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F00CE is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB470206-
CMYK0.77100.19
HSL253.69º100%40.39%-
HSV(B)253.69º100%80.78%-
XYZ12.315.0658.72-
YUV37.54223.07134.75-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 206 (80.86% from 255) = 81.42%
R=18.58%
G=0%
B=81.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal4702060.77100.19253.6910040.39
Hex2F0CE4D64013fe6428
Octal57031611514402337614450
Binary10111101100111010011011100100010011111111101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F00CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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