Html Css Color HEX #081BDA Medium Blue

📋 copy color: '#081BDA'

red 8 ◦ green 27 ◦ blue 218

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

Shades of Medium Blue #081BDA

Tints of Medium Blue #081BDA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.67%

 BLUE value IS 218 (85.55% from 255) = 86.17%

R = 3.16%
G = 10.67%
B = 86.17%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#081BDA (or 0x081BDA) is known color: Medium Blue. HEX triplet: 08, 1B and DA. RGB value is (8,27,218). Sum of RGB (Red+Green+Blue) = 8+27+218=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 218 (85.55% from 255 or 86.17% from 253); Max value from RGB is 218 - color contains mainly: blue. Hex color #081BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081BDA is #F7E425. Grayscale: #2A2A2A. Windows color (decimal): -16245798 or 14293768. OLE color: 14293768.

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

Color convert

RGB 8 27 218 -
CMYK 0.96 0.88 0 0.15
HSL 234.57º 0.93% 0.44% -
HSV(B) 234.57º 0.96% 0.85% -
XYZ 13.15 5.9 66.78 -
YUV 43.09 226.71 102.97 -
System Red Green Blue C M Y K H S L
Decimal 8 27 218 0.96 0.88 0 0.15 234.57 0.93 0.44
Hex 8 1B DA 60 58 0 F EB 5D 2C
Octal 10 33 332 140 130 0 17 353 135 54
Binary 1000 11011 11011010 1100000 1011000 0 1111 11101011 1011101 101100

Color Harmonies of #081BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081BDA

Black with #081BDA

Text Example


Text Example

White with #081BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,27,218); }

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

background-color css

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

 a { background-color: rgb(8,27,218); }

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

border-color css

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

 span { border-color: rgb(8,27,218); }

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