Html Css Color HEX #081DDC Medium Blue

📋 copy color: '#081DDC'

red 8 ◦ green 29 ◦ blue 220

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

Shades of Medium Blue #081DDC

Tints of Medium Blue #081DDC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.28%

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

R = 3.11%
G = 11.28%
B = 85.6%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#081DDC (or 0x081DDC) is known color: Medium Blue. HEX triplet: 08, 1D and DC. RGB value is (8,29,220). Sum of RGB (Red+Green+Blue) = 8+29+220=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 220 (86.33% from 255 or 85.60% from 257); Max value from RGB is 220 - color contains mainly: blue. Hex color #081DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081DDC is #F7E223. Grayscale: #2B2B2B. Windows color (decimal): -16245284 or 14425352. OLE color: 14425352.

HSL color Cylindrical-coordinate representation of color #081DDC: hue angle of 234.06º 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 #081DDC is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 29 220 -
CMYK 0.96 0.87 0 0.14
HSL 234.06º 0.93% 0.45% -
HSV(B) 234.06º 0.96% 0.86% -
XYZ 13.46 6.1 68.18 -
YUV 44.5 227.04 101.97 -
System Red Green Blue C M Y K H S L
Decimal 8 29 220 0.96 0.87 0 0.14 234.06 0.93 0.45
Hex 8 1D DC 60 57 0 E EA 5D 2D
Octal 10 35 334 140 127 0 16 352 135 55
Binary 1000 11101 11011100 1100000 1010111 0 1110 11101010 1011101 101101

Color Harmonies of #081DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081DDC

Black with #081DDC

Text Example


Text Example

White with #081DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081DDC; }

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

 H1.HeaderClassName
 {
   color: #081DDC;
 }
 .AnyTagClassName
 {
   color: #081DDC;
 }
</style>

background-color css

<style>
 a { background-color: #081DDC; }

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

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

border-color css

<style>
 span { border-color: #081DDC; }

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

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