Html Css Color HEX #1814CC Medium Blue

📋 copy color: '#1814CC'

red 24 ◦ green 20 ◦ blue 204

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

Shades of Medium Blue #1814CC

Tints of Medium Blue #1814CC

RGB

 RED value IS 24 (9.77% from 255) = 9.68%

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

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

R = 9.68%
G = 8.06%
B = 82.26%

CMYK

 C value IS 0.88

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1814CC (or 0x1814CC) is known color: Medium Blue. HEX triplet: 18, 14 and CC. RGB value is (24,20,204). Sum of RGB (Red+Green+Blue) = 24+20+204=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 204 (80.08% from 255 or 82.26% from 248); Max value from RGB is 204 - color contains mainly: blue. Hex color #1814CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1814CC is #E7EB33. Grayscale: #292929. Windows color (decimal): -15199028 or 13374488. OLE color: 13374488.

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

Color convert

RGB 24 20 204 -
CMYK 0.88 0.90 0 0.2
HSL 241.3º 0.82% 0.44% -
HSV(B) 241.3º 0.9% 0.8% -
XYZ 11.53 5.05 57.49 -
YUV 42.17 219.33 115.04 -
System Red Green Blue C M Y K H S L
Decimal 24 20 204 0.88 0.90 0 0.2 241.3 0.82 0.44
Hex 18 14 CC 58 5A 0 14 F1 52 2C
Octal 30 24 314 130 132 0 24 361 122 54
Binary 11000 10100 11001100 1011000 1011010 0 10100 11110001 1010010 101100

Color Harmonies of #1814CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1814CC

Black with #1814CC

Text Example


Text Example

White with #1814CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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