Html Css Color HEX #180DCF Medium Blue

📋 copy color: '#180DCF'

red 24 ◦ green 13 ◦ blue 207

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

Shades of Medium Blue #180DCF

Tints of Medium Blue #180DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 84.84%

R = 9.84%
G = 5.33%
B = 84.84%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#180DCF (or 0x180DCF) is known color: Medium Blue. HEX triplet: 18, 0D and CF. RGB value is (24,13,207). Sum of RGB (Red+Green+Blue) = 24+13+207=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 207 (81.25% from 255 or 84.84% from 244); Max value from RGB is 207 - color contains mainly: blue. Hex color #180DCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180DCF is #E7F230. Grayscale: #252525. Windows color (decimal): -15200817 or 13569304. OLE color: 13569304.

HSL color Cylindrical-coordinate representation of color #180DCF: hue angle of 243.4º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180DCF is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 13 207 -
CMYK 0.88 0.94 0 0.19
HSL 243.4º 0.88% 0.43% -
HSV(B) 243.4º 0.94% 0.81% -
XYZ 11.78 4.99 59.37 -
YUV 38.41 223.14 117.73 -
System Red Green Blue C M Y K H S L
Decimal 24 13 207 0.88 0.94 0 0.19 243.4 0.88 0.43
Hex 18 D CF 58 5E 0 13 F3 58 2B
Octal 30 15 317 130 136 0 23 363 130 53
Binary 11000 1101 11001111 1011000 1011110 0 10011 11110011 1011000 101011

Color Harmonies of #180DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180DCF

Black with #180DCF

Text Example


Text Example

White with #180DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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