Html Css Color HEX #081CCD Medium Blue

📋 copy color: '#081CCD'

red 8 ◦ green 28 ◦ blue 205

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

Shades of Medium Blue #081CCD

Tints of Medium Blue #081CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.62%

 BLUE value IS 205 (80.47% from 255) = 85.06%

R = 3.32%
G = 11.62%
B = 85.06%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#081CCD (or 0x081CCD) is known color: Medium Blue. HEX triplet: 08, 1C and CD. RGB value is (8,28,205). Sum of RGB (Red+Green+Blue) = 8+28+205=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 205 (80.47% from 255 or 85.06% from 241); Max value from RGB is 205 - color contains mainly: blue. Hex color #081CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081CCD is #F7E332. Grayscale: #292929. Windows color (decimal): -16245555 or 13442056. OLE color: 13442056.

HSL color Cylindrical-coordinate representation of color #081CCD: hue angle of 233.91º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081CCD is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 28 205 -
CMYK 0.96 0.86 0 0.20
HSL 233.91º 0.92% 0.42% -
HSV(B) 233.91º 0.96% 0.8% -
XYZ 11.53 5.29 58.17 -
YUV 42.2 219.87 103.61 -
System Red Green Blue C M Y K H S L
Decimal 8 28 205 0.96 0.86 0 0.20 233.91 0.92 0.42
Hex 8 1C CD 60 56 0 14 EA 5C 2A
Octal 10 34 315 140 126 0 24 352 134 52
Binary 1000 11100 11001101 1100000 1010110 0 10100 11101010 1011100 101010

Color Harmonies of #081CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081CCD

Black with #081CCD

Text Example


Text Example

White with #081CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,28,205); }

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

background-color css

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

 a { background-color: rgb(8,28,205); }

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

border-color css

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

 span { border-color: rgb(8,28,205); }

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