Html Css Color HEX #0814DC Medium Blue

📋 copy color: '#0814DC'

red 8 ◦ green 20 ◦ blue 220

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

Shades of Medium Blue #0814DC

Tints of Medium Blue #0814DC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.06%

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

R = 3.23%
G = 8.06%
B = 88.71%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0814DC (or 0x0814DC) is known color: Medium Blue. HEX triplet: 08, 14 and DC. RGB value is (8,20,220). Sum of RGB (Red+Green+Blue) = 8+20+220=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 220 (86.33% from 255 or 88.71% from 248); Max value from RGB is 220 - color contains mainly: blue. Hex color #0814DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0814DC is #F7EB23. Grayscale: #262626. Windows color (decimal): -16247588 or 14423048. OLE color: 14423048.

HSL color Cylindrical-coordinate representation of color #0814DC: hue angle of 236.6º degrees, saturation: 0.93, 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 #0814DC is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 20 220 -
CMYK 0.96 0.91 0 0.14
HSL 236.6º 0.93% 0.45% -
HSV(B) 236.6º 0.96% 0.86% -
XYZ 13.27 5.72 68.11 -
YUV 39.21 230.02 105.74 -
System Red Green Blue C M Y K H S L
Decimal 8 20 220 0.96 0.91 0 0.14 236.6 0.93 0.45
Hex 8 14 DC 60 5B 0 E ED 5D 2D
Octal 10 24 334 140 133 0 16 355 135 55
Binary 1000 10100 11011100 1100000 1011011 0 1110 11101101 1011101 101101

Color Harmonies of #0814DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0814DC

Black with #0814DC

Text Example


Text Example

White with #0814DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,20,220); }

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

background-color css

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

 a { background-color: rgb(8,20,220); }

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

border-color css

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

 span { border-color: rgb(8,20,220); }

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