Html Css Color HEX #1807BC Medium Blue

📋 copy color: '#1807BC'

red 24 ◦ green 7 ◦ blue 188

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

Shades of Medium Blue #1807BC

Tints of Medium Blue #1807BC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.2%

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

R = 10.96%
G = 3.2%
B = 85.84%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1807BC (or 0x1807BC) is known color: Medium Blue. HEX triplet: 18, 07 and BC. RGB value is (24,7,188). Sum of RGB (Red+Green+Blue) = 24+7+188=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 188 (73.83% from 255 or 85.84% from 219); Max value from RGB is 188 - color contains mainly: blue. Hex color #1807BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1807BC is #E7F843. Grayscale: #202020. Windows color (decimal): -15202372 or 12322584. OLE color: 12322584.

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

Color convert

RGB 24 7 188 -
CMYK 0.87 0.96 0 0.26
HSL 245.64º 0.93% 0.38% -
HSV(B) 245.64º 0.96% 0.74% -
XYZ 9.53 3.98 47.84 -
YUV 32.72 215.63 121.78 -
System Red Green Blue C M Y K H S L
Decimal 24 7 188 0.87 0.96 0 0.26 245.64 0.93 0.38
Hex 18 7 BC 57 60 0 1A F6 5D 26
Octal 30 7 274 127 140 0 32 366 135 46
Binary 11000 111 10111100 1010111 1100000 0 11010 11110110 1011101 100110

Color Harmonies of #1807BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1807BC

Black with #1807BC

Text Example


Text Example

White with #1807BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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