#2714CE

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

Shades of Medium Blue #2714CE

Tints of Medium Blue #2714CE

Color information

#2714CE (or 0x2714CE) is unknown color: approx Medium Blue. HEX triplet: 27, 14 and CE. RGB value is (39,20,206). Sum of RGB (Red+Green+Blue) = 39+20+206=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 206 (80.86% from 255 or 77.74% from 265); Max value from RGB is 206 - color contains mainly: blue. Hex color #2714CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2714CE is #D8EB31. Grayscale: #2E2E2E. Windows color (decimal): -14215986 or 13505575. OLE color: 13505575.

HSL color Cylindrical-coordinate representation of color #2714CE: hue angle of 246.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2714CE is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3920206-
CMYK0.810.9000.19
HSL246.13º82.3%44.31%-
HSV(B)246.13º90.29%80.78%-
XYZ12.235.3958.79-
YUV46.88217.79122.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.72%
GREEN value IS 20 (8.20% from 255) = 7.55%
BLUE value IS 206 (80.86% from 255) = 77.74%
R=14.72%
G=7.55%
B=77.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal39202060.810.9000.19246.1382.344.31
Hex2714CE515A013f6522c
Octal472431612113202336612254
Binary100111101001100111010100011011010010011111101101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2714CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2714CE; }

 p { color: rgb(39,20,206); }

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

<style>
 a { background-color: #2714CE; }

 a { background-color: rgb(39,20,206); }

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

<style>
 span { border-color: #2714CE; }

 span { border-color: rgb(39,20,206); }

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