Html Css Color HEX #0918DC Medium Blue

📋 copy color: '#0918DC'

red 9 ◦ green 24 ◦ blue 220

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

Shades of Medium Blue #0918DC

Tints of Medium Blue #0918DC

RGB

 RED value IS 9 (3.91% from 255) = 3.56%

 GREEN value IS 24 (9.77% from 255) = 9.49%

 BLUE value IS 220 (86.33% from 255) = 86.96%

R = 3.56%
G = 9.49%
B = 86.96%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0918DC (or 0x0918DC) is known color: Medium Blue. HEX triplet: 09, 18 and DC. RGB value is (9,24,220). Sum of RGB (Red+Green+Blue) = 9+24+220=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 220 (86.33% from 255 or 86.96% from 253); Max value from RGB is 220 - color contains mainly: blue. Hex color #0918DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0918DC is #F6E723. Grayscale: #292929. Windows color (decimal): -16181028 or 14424073. OLE color: 14424073.

HSL color Cylindrical-coordinate representation of color #0918DC: hue angle of 235.73º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0918DC is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 24 220 -
CMYK 0.96 0.89 0 0.14
HSL 235.73º 0.92% 0.45% -
HSV(B) 235.73º 0.96% 0.86% -
XYZ 13.36 5.88 68.14 -
YUV 41.86 228.53 104.56 -
System Red Green Blue C M Y K H S L
Decimal 9 24 220 0.96 0.89 0 0.14 235.73 0.92 0.45
Hex 9 18 DC 60 59 0 E EC 5C 2D
Octal 11 30 334 140 131 0 16 354 134 55
Binary 1001 11000 11011100 1100000 1011001 0 1110 11101100 1011100 101101

Color Harmonies of #0918DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0918DC

Black with #0918DC

Text Example


Text Example

White with #0918DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0918DC; }

 p { color: rgb(9,24,220); }

 H1.HeaderClassName
 {
   color: #0918DC;
 }
 .AnyTagClassName
 {
   color: #0918DC;
 }
</style>

background-color css

<style>
 a { background-color: #0918DC; }

 a { background-color: rgb(9,24,220); }

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

border-color css

<style>
 span { border-color: #0918DC; }

 span { border-color: rgb(9,24,220); }

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