Html Css Color HEX #0818DD Medium Blue

📋 copy color: '#0818DD'

red 8 ◦ green 24 ◦ blue 221

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

Shades of Medium Blue #0818DD

Tints of Medium Blue #0818DD

RGB

 RED value IS 8 (3.52% from 255) = 3.16%

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

 BLUE value IS 221 (86.72% from 255) = 87.35%

R = 3.16%
G = 9.49%
B = 87.35%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0818DD (or 0x0818DD) is known color: Medium Blue. HEX triplet: 08, 18 and DD. RGB value is (8,24,221). Sum of RGB (Red+Green+Blue) = 8+24+221=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 221 (86.72% from 255 or 87.35% from 253); Max value from RGB is 221 - color contains mainly: blue. Hex color #0818DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0818DD is #F7E722. Grayscale: #282828. Windows color (decimal): -16246563 or 14489608. OLE color: 14489608.

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

Color convert

RGB 8 24 221 -
CMYK 0.96 0.89 0 0.13
HSL 235.49º 0.93% 0.45% -
HSV(B) 235.49º 0.96% 0.87% -
XYZ 13.48 5.93 68.84 -
YUV 41.67 229.2 103.98 -
System Red Green Blue C M Y K H S L
Decimal 8 24 221 0.96 0.89 0 0.13 235.49 0.93 0.45
Hex 8 18 DD 60 59 0 D EB 5D 2D
Octal 10 30 335 140 131 0 15 353 135 55
Binary 1000 11000 11011101 1100000 1011001 0 1101 11101011 1011101 101101

Color Harmonies of #0818DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0818DD

Black with #0818DD

Text Example


Text Example

White with #0818DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0818DD; }

 p { color: rgb(8,24,221); }

 H1.HeaderClassName
 {
   color: #0818DD;
 }
 .AnyTagClassName
 {
   color: #0818DD;
 }
</style>

background-color css

<style>
 a { background-color: #0818DD; }

 a { background-color: rgb(8,24,221); }

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

border-color css

<style>
 span { border-color: #0818DD; }

 span { border-color: rgb(8,24,221); }

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