Html Css Color HEX #031DC9 Medium Blue

📋 copy color: '#031DC9'

red 3 ◦ green 29 ◦ blue 201

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

Shades of Medium Blue #031DC9

Tints of Medium Blue #031DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 86.27%

R = 1.29%
G = 12.45%
B = 86.27%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#031DC9 (or 0x031DC9) is known color: Medium Blue. HEX triplet: 03, 1D and C9. RGB value is (3,29,201). Sum of RGB (Red+Green+Blue) = 3+29+201=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 201 (78.91% from 255 or 86.27% from 233); Max value from RGB is 201 - color contains mainly: blue. Hex color #031DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031DC9 is #FCE236. Grayscale: #282828. Windows color (decimal): -16572983 or 13180163. OLE color: 13180163.

HSL color Cylindrical-coordinate representation of color #031DC9: hue angle of 232.12º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031DC9 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 29 201 -
CMYK 0.99 0.86 0 0.21
HSL 232.12º 0.97% 0.4% -
HSV(B) 232.12º 0.99% 0.79% -
XYZ 11.02 5.12 55.66 -
YUV 40.83 218.39 101.01 -
System Red Green Blue C M Y K H S L
Decimal 3 29 201 0.99 0.86 0 0.21 232.12 0.97 0.4
Hex 3 1D C9 63 56 0 15 E8 61 28
Octal 3 35 311 143 126 0 25 350 141 50
Binary 11 11101 11001001 1100011 1010110 0 10101 11101000 1100001 101000

Color Harmonies of #031DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031DC9

Black with #031DC9

Text Example


Text Example

White with #031DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,29,201); }

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

background-color css

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

 a { background-color: rgb(3,29,201); }

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

border-color css

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

 span { border-color: rgb(3,29,201); }

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