Html Css Color HEX #180CE5 Medium Blue

📋 copy color: '#180CE5'

red 24 ◦ green 12 ◦ blue 229

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

Shades of Medium Blue #180CE5

Tints of Medium Blue #180CE5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.53%

 BLUE value IS 229 (89.84% from 255) = 86.42%

R = 9.06%
G = 4.53%
B = 86.42%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#180CE5 (or 0x180CE5) is known color: Medium Blue. HEX triplet: 18, 0C and E5. RGB value is (24,12,229). Sum of RGB (Red+Green+Blue) = 24+12+229=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 229 (89.84% from 255 or 86.42% from 265); Max value from RGB is 229 - color contains mainly: blue. Hex color #180CE5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180CE5 is #E7F31A. Grayscale: #272727. Windows color (decimal): -15201051 or 15010840. OLE color: 15010840.

HSL color Cylindrical-coordinate representation of color #180CE5: hue angle of 243.32º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180CE5 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 24 12 229 -
CMYK 0.90 0.95 0 0.10
HSL 243.32º 0.9% 0.47% -
HSV(B) 243.32º 0.95% 0.9% -
XYZ 14.65 6.11 74.54 -
YUV 40.33 234.48 116.36 -
System Red Green Blue C M Y K H S L
Decimal 24 12 229 0.90 0.95 0 0.10 243.32 0.9 0.47
Hex 18 C E5 5A 5F 0 A F3 5A 2F
Octal 30 14 345 132 137 0 12 363 132 57
Binary 11000 1100 11100101 1011010 1011111 0 1010 11110011 1011010 101111

Color Harmonies of #180CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180CE5

Black with #180CE5

Text Example


Text Example

White with #180CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180CE5; }

 p { color: rgb(24,12,229); }

 H1.HeaderClassName
 {
   color: #180CE5;
 }
 .AnyTagClassName
 {
   color: #180CE5;
 }
</style>

background-color css

<style>
 a { background-color: #180CE5; }

 a { background-color: rgb(24,12,229); }

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

border-color css

<style>
 span { border-color: #180CE5; }

 span { border-color: rgb(24,12,229); }

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