Html Css Color HEX #081DDF Medium Blue

📋 copy color: '#081DDF'

red 8 ◦ green 29 ◦ blue 223

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

Shades of Medium Blue #081DDF

Tints of Medium Blue #081DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.15%

 BLUE value IS 223 (87.5% from 255) = 85.77%

R = 3.08%
G = 11.15%
B = 85.77%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#081DDF (or 0x081DDF) is known color: Medium Blue. HEX triplet: 08, 1D and DF. RGB value is (8,29,223). Sum of RGB (Red+Green+Blue) = 8+29+223=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 223 (87.5% from 255 or 85.77% from 260); Max value from RGB is 223 - color contains mainly: blue. Hex color #081DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081DDF is #F7E220. Grayscale: #2C2C2C. Windows color (decimal): -16245281 or 14621960. OLE color: 14621960.

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

Color convert

RGB 8 29 223 -
CMYK 0.96 0.87 0 0.13
HSL 234.14º 0.93% 0.45% -
HSV(B) 234.14º 0.96% 0.87% -
XYZ 13.86 6.26 70.29 -
YUV 44.84 228.54 101.73 -
System Red Green Blue C M Y K H S L
Decimal 8 29 223 0.96 0.87 0 0.13 234.14 0.93 0.45
Hex 8 1D DF 60 57 0 D EA 5D 2D
Octal 10 35 337 140 127 0 15 352 135 55
Binary 1000 11101 11011111 1100000 1010111 0 1101 11101010 1011101 101101

Color Harmonies of #081DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081DDF

Black with #081DDF

Text Example


Text Example

White with #081DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,29,223); }

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

background-color css

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

 a { background-color: rgb(8,29,223); }

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

border-color css

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

 span { border-color: rgb(8,29,223); }

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