Html Css Color HEX #2715CC Medium Blue

📋 copy color: '#2715CC'

red 39 ◦ green 21 ◦ blue 204

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

Shades of Medium Blue #2715CC

Tints of Medium Blue #2715CC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.95%

 BLUE value IS 204 (80.08% from 255) = 77.27%

R = 14.77%
G = 7.95%
B = 77.27%

CMYK

 C value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2715CC (or 0x2715CC) is known color: Medium Blue. HEX triplet: 27, 15 and CC. RGB value is (39,21,204). Sum of RGB (Red+Green+Blue) = 39+21+204=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 204 (80.08% from 255 or 77.27% from 264); Max value from RGB is 204 - color contains mainly: blue. Hex color #2715CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2715CC is #D8EA33. Grayscale: #2E2E2E. Windows color (decimal): -14215732 or 13374759. OLE color: 13374759.

HSL color Cylindrical-coordinate representation of color #2715CC: hue angle of 245.9º degrees, saturation: 0.81, 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 #2715CC is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 21 204 -
CMYK 0.81 0.90 0 0.2
HSL 245.9º 0.81% 0.44% -
HSV(B) 245.9º 0.9% 0.8% -
XYZ 12 5.33 57.52 -
YUV 47.24 216.46 122.12 -
System Red Green Blue C M Y K H S L
Decimal 39 21 204 0.81 0.90 0 0.2 245.9 0.81 0.44
Hex 27 15 CC 51 5A 0 14 F6 51 2C
Octal 47 25 314 121 132 0 24 366 121 54
Binary 100111 10101 11001100 1010001 1011010 0 10100 11110110 1010001 101100

Color Harmonies of #2715CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2715CC

Black with #2715CC

Text Example


Text Example

White with #2715CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2715CC; }

 p { color: rgb(39,21,204); }

 H1.HeaderClassName
 {
   color: #2715CC;
 }
 .AnyTagClassName
 {
   color: #2715CC;
 }
</style>

background-color css

<style>
 a { background-color: #2715CC; }

 a { background-color: rgb(39,21,204); }

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

border-color css

<style>
 span { border-color: #2715CC; }

 span { border-color: rgb(39,21,204); }

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