Html Css Color HEX #2414CC Medium Blue

📋 copy color: '#2414CC'

red 36 ◦ green 20 ◦ blue 204

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

Shades of Medium Blue #2414CC

Tints of Medium Blue #2414CC

RGB

 RED value IS 36 (14.45% from 255) = 13.85%

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

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

R = 13.85%
G = 7.69%
B = 78.46%

CMYK

 C value IS 0.82

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2414CC (or 0x2414CC) is known color: Medium Blue. HEX triplet: 24, 14 and CC. RGB value is (36,20,204). Sum of RGB (Red+Green+Blue) = 36+20+204=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 204 (80.08% from 255 or 78.46% from 260); Max value from RGB is 204 - color contains mainly: blue. Hex color #2414CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2414CC is #DBEB33. Grayscale: #2D2D2D. Windows color (decimal): -14412596 or 13374500. OLE color: 13374500.

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

Color convert

RGB 36 20 204 -
CMYK 0.82 0.90 0 0.2
HSL 245.22º 0.82% 0.44% -
HSV(B) 245.22º 0.9% 0.8% -
XYZ 11.88 5.24 57.51 -
YUV 45.76 217.3 121.04 -
System Red Green Blue C M Y K H S L
Decimal 36 20 204 0.82 0.90 0 0.2 245.22 0.82 0.44
Hex 24 14 CC 52 5A 0 14 F5 52 2C
Octal 44 24 314 122 132 0 24 365 122 54
Binary 100100 10100 11001100 1010010 1011010 0 10100 11110101 1010010 101100

Color Harmonies of #2414CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2414CC

Black with #2414CC

Text Example


Text Example

White with #2414CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,20,204); }

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

background-color css

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

 a { background-color: rgb(36,20,204); }

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

border-color css

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

 span { border-color: rgb(36,20,204); }

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