Html Css Color HEX #081ADE Medium Blue

📋 copy color: '#081ADE'

red 8 ◦ green 26 ◦ blue 222

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

Shades of Medium Blue #081ADE

Tints of Medium Blue #081ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 86.72%

R = 3.13%
G = 10.16%
B = 86.72%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#081ADE (or 0x081ADE) is known color: Medium Blue. HEX triplet: 08, 1A and DE. RGB value is (8,26,222). Sum of RGB (Red+Green+Blue) = 8+26+222=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 222 (87.11% from 255 or 86.72% from 256); Max value from RGB is 222 - color contains mainly: blue. Hex color #081ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081ADE is #F7E521. Grayscale: #2A2A2A. Windows color (decimal): -16246050 or 14555656. OLE color: 14555656.

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

Color convert

RGB 8 26 222 -
CMYK 0.96 0.88 0 0.13
HSL 234.95º 0.93% 0.45% -
HSV(B) 234.95º 0.96% 0.87% -
XYZ 13.65 6.06 69.56 -
YUV 42.96 229.04 103.06 -
System Red Green Blue C M Y K H S L
Decimal 8 26 222 0.96 0.88 0 0.13 234.95 0.93 0.45
Hex 8 1A DE 60 58 0 D EB 5D 2D
Octal 10 32 336 140 130 0 15 353 135 55
Binary 1000 11010 11011110 1100000 1011000 0 1101 11101011 1011101 101101

Color Harmonies of #081ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081ADE

Black with #081ADE

Text Example


Text Example

White with #081ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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