Html Css Color HEX #081FDC Medium Blue

📋 copy color: '#081FDC'

red 8 ◦ green 31 ◦ blue 220

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

Shades of Medium Blue #081FDC

Tints of Medium Blue #081FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.97%

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

R = 3.09%
G = 11.97%
B = 84.94%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#081FDC (or 0x081FDC) is known color: Medium Blue. HEX triplet: 08, 1F and DC. RGB value is (8,31,220). Sum of RGB (Red+Green+Blue) = 8+31+220=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 220 (86.33% from 255 or 84.94% from 259); Max value from RGB is 220 - color contains mainly: blue. Hex color #081FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081FDC is #F7E023. Grayscale: #2C2C2C. Windows color (decimal): -16244772 or 14425864. OLE color: 14425864.

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

Color convert

RGB 8 31 220 -
CMYK 0.96 0.86 0 0.14
HSL 233.49º 0.93% 0.45% -
HSV(B) 233.49º 0.96% 0.86% -
XYZ 13.51 6.2 68.19 -
YUV 45.67 226.38 101.13 -
System Red Green Blue C M Y K H S L
Decimal 8 31 220 0.96 0.86 0 0.14 233.49 0.93 0.45
Hex 8 1F DC 60 56 0 E E9 5D 2D
Octal 10 37 334 140 126 0 16 351 135 55
Binary 1000 11111 11011100 1100000 1010110 0 1110 11101001 1011101 101101

Color Harmonies of #081FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081FDC

Black with #081FDC

Text Example


Text Example

White with #081FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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