Html Css Color HEX #1814CE Medium Blue

📋 copy color: '#1814CE'

red 24 ◦ green 20 ◦ blue 206

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

Shades of Medium Blue #1814CE

Tints of Medium Blue #1814CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 82.4%

R = 9.6%
G = 8%
B = 82.4%

CMYK

 C value IS 0.88

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1814CE (or 0x1814CE) is known color: Medium Blue. HEX triplet: 18, 14 and CE. RGB value is (24,20,206). Sum of RGB (Red+Green+Blue) = 24+20+206=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 206 (80.86% from 255 or 82.4% from 250); Max value from RGB is 206 - color contains mainly: blue. Hex color #1814CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1814CE is #E7EB31. Grayscale: #292929. Windows color (decimal): -15199026 or 13505560. OLE color: 13505560.

HSL color Cylindrical-coordinate representation of color #1814CE: hue angle of 241.29º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1814CE is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 20 206 -
CMYK 0.88 0.90 0 0.19
HSL 241.29º 0.82% 0.44% -
HSV(B) 241.29º 0.9% 0.81% -
XYZ 11.77 5.15 58.77 -
YUV 42.4 220.33 114.88 -
System Red Green Blue C M Y K H S L
Decimal 24 20 206 0.88 0.90 0 0.19 241.29 0.82 0.44
Hex 18 14 CE 58 5A 0 13 F1 52 2C
Octal 30 24 316 130 132 0 23 361 122 54
Binary 11000 10100 11001110 1011000 1011010 0 10011 11110001 1010010 101100

Color Harmonies of #1814CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1814CE

Black with #1814CE

Text Example


Text Example

White with #1814CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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