Html Css Color HEX #180DD7 Medium Blue

📋 copy color: '#180DD7'

red 24 ◦ green 13 ◦ blue 215

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

Shades of Medium Blue #180DD7

Tints of Medium Blue #180DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 85.32%

R = 9.52%
G = 5.16%
B = 85.32%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#180DD7 (or 0x180DD7) is known color: Medium Blue. HEX triplet: 18, 0D and D7. RGB value is (24,13,215). Sum of RGB (Red+Green+Blue) = 24+13+215=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 215 (84.38% from 255 or 85.32% from 252); Max value from RGB is 215 - color contains mainly: blue. Hex color #180DD7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180DD7 is #E7F228. Grayscale: #262626. Windows color (decimal): -15200809 or 14093592. OLE color: 14093592.

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

Color convert

RGB 24 13 215 -
CMYK 0.89 0.94 0 0.16
HSL 243.27º 0.89% 0.45% -
HSV(B) 243.27º 0.94% 0.84% -
XYZ 12.79 5.39 64.66 -
YUV 39.32 227.14 117.07 -
System Red Green Blue C M Y K H S L
Decimal 24 13 215 0.89 0.94 0 0.16 243.27 0.89 0.45
Hex 18 D D7 59 5E 0 10 F3 59 2D
Octal 30 15 327 131 136 0 20 363 131 55
Binary 11000 1101 11010111 1011001 1011110 0 10000 11110011 1011001 101101

Color Harmonies of #180DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180DD7

Black with #180DD7

Text Example


Text Example

White with #180DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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