Html Css Color HEX #081FCE Medium Blue

📋 copy color: '#081FCE'

red 8 ◦ green 31 ◦ blue 206

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

Shades of Medium Blue #081FCE

Tints of Medium Blue #081FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 84.08%

R = 3.27%
G = 12.65%
B = 84.08%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#081FCE (or 0x081FCE) is known color: Medium Blue. HEX triplet: 08, 1F and CE. RGB value is (8,31,206). Sum of RGB (Red+Green+Blue) = 8+31+206=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 206 (80.86% from 255 or 84.08% from 245); Max value from RGB is 206 - color contains mainly: blue. Hex color #081FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081FCE is #F7E031. Grayscale: #2B2B2B. Windows color (decimal): -16244786 or 13508360. OLE color: 13508360.

HSL color Cylindrical-coordinate representation of color #081FCE: hue angle of 233.03º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081FCE is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 31 206 -
CMYK 0.96 0.85 0 0.19
HSL 233.03º 0.93% 0.42% -
HSV(B) 233.03º 0.96% 0.81% -
XYZ 11.73 5.49 58.83 -
YUV 44.07 219.38 102.27 -
System Red Green Blue C M Y K H S L
Decimal 8 31 206 0.96 0.85 0 0.19 233.03 0.93 0.42
Hex 8 1F CE 60 55 0 13 E9 5D 2A
Octal 10 37 316 140 125 0 23 351 135 52
Binary 1000 11111 11001110 1100000 1010101 0 10011 11101001 1011101 101010

Color Harmonies of #081FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081FCE

Black with #081FCE

Text Example


Text Example

White with #081FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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