#2A14CD

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

Shades of Medium Blue #2A14CD

Tints of Medium Blue #2A14CD

Color information

#2A14CD (or 0x2A14CD) is unknown color: approx Medium Blue. HEX triplet: 2A, 14 and CD. RGB value is (42,20,205). Sum of RGB (Red+Green+Blue) = 42+20+205=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 205 (80.47% from 255 or 76.78% from 267); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A14CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A14CD is #D5EB32. Grayscale: #2E2E2E. Windows color (decimal): -14019379 or 13440042. OLE color: 13440042.

HSL color Cylindrical-coordinate representation of color #2A14CD: hue angle of 247.14º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A14CD is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4220205-
CMYK0.800.9000.20
HSL247.14º82.22%44.12%-
HSV(B)247.14º90.24%80.39%-
XYZ12.225.458.16-
YUV47.67216.79123.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.73%
GREEN value IS 20 (8.20% from 255) = 7.49%
BLUE value IS 205 (80.47% from 255) = 76.78%
R=15.73%
G=7.49%
B=76.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal42202050.800.9000.20247.1482.2244.12
Hex2A14CD505A014f7522c
Octal522431512013202436712254
Binary101010101001100110110100001011010010100111101111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A14CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,20,205); }

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

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

 a { background-color: rgb(42,20,205); }

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

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

 span { border-color: rgb(42,20,205); }

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