Html Css Color HEX #031FCF Medium Blue

📋 copy color: '#031FCF'

red 3 ◦ green 31 ◦ blue 207

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

Shades of Medium Blue #031FCF

Tints of Medium Blue #031FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 85.89%

R = 1.24%
G = 12.86%
B = 85.89%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#031FCF (or 0x031FCF) is known color: Medium Blue. HEX triplet: 03, 1F and CF. RGB value is (3,31,207). Sum of RGB (Red+Green+Blue) = 3+31+207=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 207 (81.25% from 255 or 85.89% from 241); Max value from RGB is 207 - color contains mainly: blue. Hex color #031FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031FCF is #FCE030. Grayscale: #292929. Windows color (decimal): -16572465 or 13573891. OLE color: 13573891.

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

Color convert

RGB 3 31 207 -
CMYK 0.99 0.85 0 0.19
HSL 231.76º 0.97% 0.41% -
HSV(B) 231.76º 0.99% 0.81% -
XYZ 11.79 5.5 59.47 -
YUV 42.69 220.72 99.69 -
System Red Green Blue C M Y K H S L
Decimal 3 31 207 0.99 0.85 0 0.19 231.76 0.97 0.41
Hex 3 1F CF 63 55 0 13 E8 61 29
Octal 3 37 317 143 125 0 23 350 141 51
Binary 11 11111 11001111 1100011 1010101 0 10011 11101000 1100001 101001

Color Harmonies of #031FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031FCF

Black with #031FCF

Text Example


Text Example

White with #031FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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