#2812CF

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

Shades of Medium Blue #2812CF

Tints of Medium Blue #2812CF

Color information

#2812CF (or 0x2812CF) is unknown color: approx Medium Blue. HEX triplet: 28, 12 and CF. RGB value is (40,18,207). Sum of RGB (Red+Green+Blue) = 40+18+207=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 207 (81.25% from 255 or 78.11% from 265); Max value from RGB is 207 - color contains mainly: blue. Hex color #2812CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2812CF is #D7ED30. Grayscale: #2D2D2D. Windows color (decimal): -14150961 or 13570600. OLE color: 13570600.

HSL color Cylindrical-coordinate representation of color #2812CF: hue angle of 246.98º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2812CF is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4018207-
CMYK0.810.9100.19
HSL246.98º84%44.12%-
HSV(B)246.98º91.3%81.18%-
XYZ12.355.3959.42-
YUV46.12218.79123.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.09%
GREEN value IS 18 (7.42% from 255) = 6.79%
BLUE value IS 207 (81.25% from 255) = 78.11%
R=15.09%
G=6.79%
B=78.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal40182070.810.9100.19246.988444.12
Hex2812CF515B013f7542c
Octal502231712113302336712454
Binary101000100101100111110100011011011010011111101111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2812CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2812CF; }

 p { color: rgb(40,18,207); }

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

<style>
 a { background-color: #2812CF; }

 a { background-color: rgb(40,18,207); }

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

<style>
 span { border-color: #2812CF; }

 span { border-color: rgb(40,18,207); }

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