Html Css Color HEX #180FC9 Medium Blue

📋 copy color: '#180FC9'

red 24 ◦ green 15 ◦ blue 201

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

Shades of Medium Blue #180FC9

Tints of Medium Blue #180FC9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.25%

 BLUE value IS 201 (78.91% from 255) = 83.75%

R = 10%
G = 6.25%
B = 83.75%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#180FC9 (or 0x180FC9) is known color: Medium Blue. HEX triplet: 18, 0F and C9. RGB value is (24,15,201). Sum of RGB (Red+Green+Blue) = 24+15+201=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 201 (78.91% from 255 or 83.75% from 240); Max value from RGB is 201 - color contains mainly: blue. Hex color #180FC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180FC9 is #E7F036. Grayscale: #262626. Windows color (decimal): -15200311 or 13176600. OLE color: 13176600.

HSL color Cylindrical-coordinate representation of color #180FC9: hue angle of 242.9º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180FC9 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 15 201 -
CMYK 0.88 0.93 0 0.21
HSL 242.9º 0.86% 0.42% -
HSV(B) 242.9º 0.93% 0.79% -
XYZ 11.09 4.75 55.59 -
YUV 38.9 219.48 117.38 -
System Red Green Blue C M Y K H S L
Decimal 24 15 201 0.88 0.93 0 0.21 242.9 0.86 0.42
Hex 18 F C9 58 5D 0 15 F3 56 2A
Octal 30 17 311 130 135 0 25 363 126 52
Binary 11000 1111 11001001 1011000 1011101 0 10101 11110011 1010110 101010

Color Harmonies of #180FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180FC9

Black with #180FC9

Text Example


Text Example

White with #180FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,15,201); }

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

background-color css

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

 a { background-color: rgb(24,15,201); }

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

border-color css

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

 span { border-color: rgb(24,15,201); }

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