Html Css Color HEX #081DCB Medium Blue

📋 copy color: '#081DCB'

red 8 ◦ green 29 ◦ blue 203

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

Shades of Medium Blue #081DCB

Tints of Medium Blue #081DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 84.58%

R = 3.33%
G = 12.08%
B = 84.58%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#081DCB (or 0x081DCB) is known color: Medium Blue. HEX triplet: 08, 1D and CB. RGB value is (8,29,203). Sum of RGB (Red+Green+Blue) = 8+29+203=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 203 (79.69% from 255 or 84.58% from 240); Max value from RGB is 203 - color contains mainly: blue. Hex color #081DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081DCB is #F7E234. Grayscale: #292929. Windows color (decimal): -16245301 or 13311240. OLE color: 13311240.

HSL color Cylindrical-coordinate representation of color #081DCB: hue angle of 233.54º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081DCB is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 29 203 -
CMYK 0.96 0.86 0 0.20
HSL 233.54º 0.92% 0.41% -
HSV(B) 233.54º 0.96% 0.8% -
XYZ 11.32 5.24 56.92 -
YUV 42.56 218.54 103.35 -
System Red Green Blue C M Y K H S L
Decimal 8 29 203 0.96 0.86 0 0.20 233.54 0.92 0.41
Hex 8 1D CB 60 56 0 14 EA 5C 29
Octal 10 35 313 140 126 0 24 352 134 51
Binary 1000 11101 11001011 1100000 1010110 0 10100 11101010 1011100 101001

Color Harmonies of #081DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081DCB

Black with #081DCB

Text Example


Text Example

White with #081DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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