Html Css Color HEX #1817BD Medium Blue

📋 copy color: '#1817BD'

red 24 ◦ green 23 ◦ blue 189

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

Shades of Medium Blue #1817BD

Tints of Medium Blue #1817BD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.75%

 BLUE value IS 189 (74.22% from 255) = 80.08%

R = 10.17%
G = 9.75%
B = 80.08%

CMYK

 C value IS 0.87

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1817BD (or 0x1817BD) is known color: Medium Blue. HEX triplet: 18, 17 and BD. RGB value is (24,23,189). Sum of RGB (Red+Green+Blue) = 24+23+189=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 189 (74.22% from 255 or 80.08% from 236); Max value from RGB is 189 - color contains mainly: blue. Hex color #1817BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1817BD is #E7E842. Grayscale: #292929. Windows color (decimal): -15198275 or 12392216. OLE color: 12392216.

HSL color Cylindrical-coordinate representation of color #1817BD: hue angle of 240.36º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1817BD is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 23 189 -
CMYK 0.87 0.88 0 0.26
HSL 240.36º 0.78% 0.42% -
HSV(B) 240.36º 0.88% 0.74% -
XYZ 9.87 4.48 48.49 -
YUV 42.22 210.83 115 -
System Red Green Blue C M Y K H S L
Decimal 24 23 189 0.87 0.88 0 0.26 240.36 0.78 0.42
Hex 18 17 BD 57 58 0 1A F0 4E 2A
Octal 30 27 275 127 130 0 32 360 116 52
Binary 11000 10111 10111101 1010111 1011000 0 11010 11110000 1001110 101010

Color Harmonies of #1817BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1817BD

Black with #1817BD

Text Example


Text Example

White with #1817BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1817BD; }

 p { color: rgb(24,23,189); }

 H1.HeaderClassName
 {
   color: #1817BD;
 }
 .AnyTagClassName
 {
   color: #1817BD;
 }
</style>

background-color css

<style>
 a { background-color: #1817BD; }

 a { background-color: rgb(24,23,189); }

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

border-color css

<style>
 span { border-color: #1817BD; }

 span { border-color: rgb(24,23,189); }

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