Html Css Color HEX #2714CD Medium Blue

📋 copy color: '#2714CD'

red 39 ◦ green 20 ◦ blue 205

#2714CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #2714CD

Tints of Medium Blue #2714CD

RGB

 RED value IS 39 (15.63% from 255) = 14.77%

 GREEN value IS 20 (8.2% from 255) = 7.58%

 BLUE value IS 205 (80.47% from 255) = 77.65%

R = 14.77%
G = 7.58%
B = 77.65%

CMYK

 C value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2714CD (or 0x2714CD) is known color: Medium Blue. HEX triplet: 27, 14 and CD. RGB value is (39,20,205). Sum of RGB (Red+Green+Blue) = 39+20+205=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 205 (80.47% from 255 or 77.65% from 264); Max value from RGB is 205 - color contains mainly: blue. Hex color #2714CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2714CD is #D8EB32. Grayscale: #2E2E2E. Windows color (decimal): -14215987 or 13440039. OLE color: 13440039.

HSL color Cylindrical-coordinate representation of color #2714CD: hue angle of 246.16º 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 #2714CD is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 20 205 -
CMYK 0.81 0.90 0 0.20
HSL 246.16º 0.82% 0.44% -
HSV(B) 246.16º 0.9% 0.8% -
XYZ 12.11 5.34 58.15 -
YUV 46.77 217.29 122.46 -
System Red Green Blue C M Y K H S L
Decimal 39 20 205 0.81 0.90 0 0.20 246.16 0.82 0.44
Hex 27 14 CD 51 5A 0 14 F6 52 2C
Octal 47 24 315 121 132 0 24 366 122 54
Binary 100111 10100 11001101 1010001 1011010 0 10100 11110110 1010010 101100

Color Harmonies of #2714CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2714CD

Black with #2714CD

Text Example


Text Example

White with #2714CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2714CD;
 }
 .AnyTagClassName
 {
   color: #2714CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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