Html Css Color HEX #031ADD Medium Blue

📋 copy color: '#031ADD'

red 3 ◦ green 26 ◦ blue 221

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

Shades of Medium Blue #031ADD

Tints of Medium Blue #031ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 88.4%

R = 1.2%
G = 10.4%
B = 88.4%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#031ADD (or 0x031ADD) is known color: Medium Blue. HEX triplet: 03, 1A and DD. RGB value is (3,26,221). Sum of RGB (Red+Green+Blue) = 3+26+221=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 221 (86.72% from 255 or 88.4% from 250); Max value from RGB is 221 - color contains mainly: blue. Hex color #031ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031ADD is #FCE522. Grayscale: #282828. Windows color (decimal): -16573731 or 14490115. OLE color: 14490115.

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

Color convert

RGB 3 26 221 -
CMYK 0.99 0.88 0 0.13
HSL 233.67º 0.97% 0.44% -
HSV(B) 233.67º 0.99% 0.87% -
XYZ 13.46 5.98 68.85 -
YUV 41.35 229.38 100.64 -
System Red Green Blue C M Y K H S L
Decimal 3 26 221 0.99 0.88 0 0.13 233.67 0.97 0.44
Hex 3 1A DD 63 58 0 D EA 61 2C
Octal 3 32 335 143 130 0 15 352 141 54
Binary 11 11010 11011101 1100011 1011000 0 1101 11101010 1100001 101100

Color Harmonies of #031ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031ADD

Black with #031ADD

Text Example


Text Example

White with #031ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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