Html Css Color HEX #081ADB Medium Blue

📋 copy color: '#081ADB'

red 8 ◦ green 26 ◦ blue 219

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

Shades of Medium Blue #081ADB

Tints of Medium Blue #081ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.28%

 BLUE value IS 219 (85.94% from 255) = 86.56%

R = 3.16%
G = 10.28%
B = 86.56%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#081ADB (or 0x081ADB) is known color: Medium Blue. HEX triplet: 08, 1A and DB. RGB value is (8,26,219). Sum of RGB (Red+Green+Blue) = 8+26+219=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 219 (85.94% from 255 or 86.56% from 253); Max value from RGB is 219 - color contains mainly: blue. Hex color #081ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081ADB is #F7E524. Grayscale: #292929. Windows color (decimal): -16246053 or 14359048. OLE color: 14359048.

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

Color convert

RGB 8 26 219 -
CMYK 0.96 0.88 0 0.14
HSL 234.88º 0.93% 0.45% -
HSV(B) 234.88º 0.96% 0.86% -
XYZ 13.26 5.9 67.46 -
YUV 42.62 227.54 103.31 -
System Red Green Blue C M Y K H S L
Decimal 8 26 219 0.96 0.88 0 0.14 234.88 0.93 0.45
Hex 8 1A DB 60 58 0 E EB 5D 2D
Octal 10 32 333 140 130 0 16 353 135 55
Binary 1000 11010 11011011 1100000 1011000 0 1110 11101011 1011101 101101

Color Harmonies of #081ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081ADB

Black with #081ADB

Text Example


Text Example

White with #081ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,26,219); }

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

background-color css

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

 a { background-color: rgb(8,26,219); }

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

border-color css

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

 span { border-color: rgb(8,26,219); }

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