Html Css Color HEX #031FCB Medium Blue

📋 copy color: '#031FCB'

red 3 ◦ green 31 ◦ blue 203

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

Shades of Medium Blue #031FCB

Tints of Medium Blue #031FCB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.08%

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

R = 1.27%
G = 13.08%
B = 85.65%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#031FCB (or 0x031FCB) is known color: Medium Blue. HEX triplet: 03, 1F and CB. RGB value is (3,31,203). Sum of RGB (Red+Green+Blue) = 3+31+203=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 203 (79.69% from 255 or 85.65% from 237); Max value from RGB is 203 - color contains mainly: blue. Hex color #031FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031FCB is #FCE034. Grayscale: #292929. Windows color (decimal): -16572469 or 13311747. OLE color: 13311747.

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

Color convert

RGB 3 31 203 -
CMYK 0.99 0.85 0 0.20
HSL 231.6º 0.97% 0.4% -
HSV(B) 231.6º 0.99% 0.8% -
XYZ 11.31 5.31 56.93 -
YUV 42.24 218.72 100.01 -
System Red Green Blue C M Y K H S L
Decimal 3 31 203 0.99 0.85 0 0.20 231.6 0.97 0.4
Hex 3 1F CB 63 55 0 14 E8 61 28
Octal 3 37 313 143 125 0 24 350 141 50
Binary 11 11111 11001011 1100011 1010101 0 10100 11101000 1100001 101000

Color Harmonies of #031FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031FCB

Black with #031FCB

Text Example


Text Example

White with #031FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,31,203); }

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

background-color css

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

 a { background-color: rgb(3,31,203); }

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

border-color css

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

 span { border-color: rgb(3,31,203); }

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