Html Css Color HEX #180DDF Medium Blue

📋 copy color: '#180DDF'

red 24 ◦ green 13 ◦ blue 223

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

Shades of Medium Blue #180DDF

Tints of Medium Blue #180DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5%

 BLUE value IS 223 (87.5% from 255) = 85.77%

R = 9.23%
G = 5%
B = 85.77%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#180DDF (or 0x180DDF) is known color: Medium Blue. HEX triplet: 18, 0D and DF. RGB value is (24,13,223). Sum of RGB (Red+Green+Blue) = 24+13+223=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 223 (87.5% from 255 or 85.77% from 260); Max value from RGB is 223 - color contains mainly: blue. Hex color #180DDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180DDF is #E7F220. Grayscale: #272727. Windows color (decimal): -15200801 or 14617880. OLE color: 14617880.

HSL color Cylindrical-coordinate representation of color #180DDF: hue angle of 243.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180DDF is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 13 223 -
CMYK 0.89 0.94 0 0.13
HSL 243.14º 0.89% 0.46% -
HSV(B) 243.14º 0.94% 0.87% -
XYZ 13.84 5.81 70.2 -
YUV 40.23 231.14 116.42 -
System Red Green Blue C M Y K H S L
Decimal 24 13 223 0.89 0.94 0 0.13 243.14 0.89 0.46
Hex 18 D DF 59 5E 0 D F3 59 2E
Octal 30 15 337 131 136 0 15 363 131 56
Binary 11000 1101 11011111 1011001 1011110 0 1101 11110011 1011001 101110

Color Harmonies of #180DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180DDF

Black with #180DDF

Text Example


Text Example

White with #180DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,13,223); }

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

background-color css

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

 a { background-color: rgb(24,13,223); }

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

border-color css

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

 span { border-color: rgb(24,13,223); }

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