Html Css Color HEX #1815CE Medium Blue

📋 copy color: '#1815CE'

red 24 ◦ green 21 ◦ blue 206

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

Shades of Medium Blue #1815CE

Tints of Medium Blue #1815CE

RGB

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

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

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

R = 9.56%
G = 8.37%
B = 82.07%

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

#1815CE (or 0x1815CE) is known color: Medium Blue. HEX triplet: 18, 15 and CE. RGB value is (24,21,206). Sum of RGB (Red+Green+Blue) = 24+21+206=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 206 (80.86% from 255 or 82.07% from 251); Max value from RGB is 206 - color contains mainly: blue. Hex color #1815CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1815CE is #E7EA31. Grayscale: #2A2A2A. Windows color (decimal): -15198770 or 13505816. OLE color: 13505816.

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

Color convert

RGB 24 21 206 -
CMYK 0.88 0.90 0 0.19
HSL 240.97º 0.81% 0.45% -
HSV(B) 240.97º 0.9% 0.81% -
XYZ 11.79 5.19 58.77 -
YUV 42.99 219.99 114.46 -
System Red Green Blue C M Y K H S L
Decimal 24 21 206 0.88 0.90 0 0.19 240.97 0.81 0.45
Hex 18 15 CE 58 5A 0 13 F1 51 2D
Octal 30 25 316 130 132 0 23 361 121 55
Binary 11000 10101 11001110 1011000 1011010 0 10011 11110001 1010001 101101

Color Harmonies of #1815CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1815CE

Black with #1815CE

Text Example


Text Example

White with #1815CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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