Html Css Color HEX #031AD8 Medium Blue

📋 copy color: '#031AD8'

red 3 ◦ green 26 ◦ blue 216

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

Shades of Medium Blue #031AD8

Tints of Medium Blue #031AD8

RGB

 RED value IS 3 (1.56% from 255) = 1.22%

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

 BLUE value IS 216 (84.77% from 255) = 88.16%

R = 1.22%
G = 10.61%
B = 88.16%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#031AD8 (or 0x031AD8) is known color: Medium Blue. HEX triplet: 03, 1A and D8. RGB value is (3,26,216). Sum of RGB (Red+Green+Blue) = 3+26+216=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 216 (84.77% from 255 or 88.16% from 245); Max value from RGB is 216 - color contains mainly: blue. Hex color #031AD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031AD8 is #FCE527. Grayscale: #282828. Windows color (decimal): -16573736 or 14162435. OLE color: 14162435.

HSL color Cylindrical-coordinate representation of color #031AD8: hue angle of 233.52º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031AD8 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 26 216 -
CMYK 0.99 0.88 0 0.15
HSL 233.52º 0.97% 0.43% -
HSV(B) 233.52º 0.99% 0.85% -
XYZ 12.8 5.72 65.39 -
YUV 40.78 226.88 101.05 -
System Red Green Blue C M Y K H S L
Decimal 3 26 216 0.99 0.88 0 0.15 233.52 0.97 0.43
Hex 3 1A D8 63 58 0 F EA 61 2B
Octal 3 32 330 143 130 0 17 352 141 53
Binary 11 11010 11011000 1100011 1011000 0 1111 11101010 1100001 101011

Color Harmonies of #031AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031AD8

Black with #031AD8

Text Example


Text Example

White with #031AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031AD8; }

 p { color: rgb(3,26,216); }

 H1.HeaderClassName
 {
   color: #031AD8;
 }
 .AnyTagClassName
 {
   color: #031AD8;
 }
</style>

background-color css

<style>
 a { background-color: #031AD8; }

 a { background-color: rgb(3,26,216); }

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

border-color css

<style>
 span { border-color: #031AD8; }

 span { border-color: rgb(3,26,216); }

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