Html Css Color HEX #180FDF Medium Blue

📋 copy color: '#180FDF'

red 24 ◦ green 15 ◦ blue 223

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

Shades of Medium Blue #180FDF

Tints of Medium Blue #180FDF

RGB

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

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

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

R = 9.16%
G = 5.73%
B = 85.11%

CMYK

 C value IS 0.89

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#180FDF (or 0x180FDF) is known color: Medium Blue. HEX triplet: 18, 0F and DF. RGB value is (24,15,223). Sum of RGB (Red+Green+Blue) = 24+15+223=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 223 (87.5% from 255 or 85.11% from 262); Max value from RGB is 223 - color contains mainly: blue. Hex color #180FDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180FDF is #E7F020. Grayscale: #282828. Windows color (decimal): -15200289 or 14618392. OLE color: 14618392.

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

Color convert

RGB 24 15 223 -
CMYK 0.89 0.93 0 0.13
HSL 242.6º 0.87% 0.47% -
HSV(B) 242.6º 0.93% 0.87% -
XYZ 13.87 5.86 70.21 -
YUV 41.4 230.48 115.59 -
System Red Green Blue C M Y K H S L
Decimal 24 15 223 0.89 0.93 0 0.13 242.6 0.87 0.47
Hex 18 F DF 59 5D 0 D F3 57 2F
Octal 30 17 337 131 135 0 15 363 127 57
Binary 11000 1111 11011111 1011001 1011101 0 1101 11110011 1010111 101111

Color Harmonies of #180FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180FDF

Black with #180FDF

Text Example


Text Example

White with #180FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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