Html Css Color HEX #1817BC Medium Blue

📋 copy color: '#1817BC'

red 24 ◦ green 23 ◦ blue 188

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

Shades of Medium Blue #1817BC

Tints of Medium Blue #1817BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 80%

R = 10.21%
G = 9.79%
B = 80%

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

#1817BC (or 0x1817BC) is known color: Medium Blue. HEX triplet: 18, 17 and BC. RGB value is (24,23,188). Sum of RGB (Red+Green+Blue) = 24+23+188=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 188 (73.83% from 255 or 80% from 235); Max value from RGB is 188 - color contains mainly: blue. Hex color #1817BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1817BC is #E7E843. Grayscale: #292929. Windows color (decimal): -15198276 or 12326680. OLE color: 12326680.

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

Color convert

RGB 24 23 188 -
CMYK 0.87 0.88 0 0.26
HSL 240.36º 0.78% 0.41% -
HSV(B) 240.36º 0.88% 0.74% -
XYZ 9.76 4.44 47.92 -
YUV 42.11 210.33 115.08 -
System Red Green Blue C M Y K H S L
Decimal 24 23 188 0.87 0.88 0 0.26 240.36 0.78 0.41
Hex 18 17 BC 57 58 0 1A F0 4E 29
Octal 30 27 274 127 130 0 32 360 116 51
Binary 11000 10111 10111100 1010111 1011000 0 11010 11110000 1001110 101001

Color Harmonies of #1817BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1817BC

Black with #1817BC

Text Example


Text Example

White with #1817BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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