Html Css Color HEX #031CCF Medium Blue

📋 copy color: '#031CCF'

red 3 ◦ green 28 ◦ blue 207

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

Shades of Medium Blue #031CCF

Tints of Medium Blue #031CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.76%

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

R = 1.26%
G = 11.76%
B = 86.97%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#031CCF (or 0x031CCF) is known color: Medium Blue. HEX triplet: 03, 1C and CF. RGB value is (3,28,207). Sum of RGB (Red+Green+Blue) = 3+28+207=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 207 (81.25% from 255 or 86.97% from 238); Max value from RGB is 207 - color contains mainly: blue. Hex color #031CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CCF is #FCE330. Grayscale: #282828. Windows color (decimal): -16573233 or 13573123. OLE color: 13573123.

HSL color Cylindrical-coordinate representation of color #031CCF: hue angle of 232.65º 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 #031CCF is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 28 207 -
CMYK 0.99 0.86 0 0.19
HSL 232.65º 0.97% 0.41% -
HSV(B) 232.65º 0.99% 0.81% -
XYZ 11.72 5.35 59.45 -
YUV 40.93 221.72 100.95 -
System Red Green Blue C M Y K H S L
Decimal 3 28 207 0.99 0.86 0 0.19 232.65 0.97 0.41
Hex 3 1C CF 63 56 0 13 E9 61 29
Octal 3 34 317 143 126 0 23 351 141 51
Binary 11 11100 11001111 1100011 1010110 0 10011 11101001 1100001 101001

Color Harmonies of #031CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031CCF

Black with #031CCF

Text Example


Text Example

White with #031CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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