Html Css Color HEX #031CE0 Medium Blue

📋 copy color: '#031CE0'

red 3 ◦ green 28 ◦ blue 224

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

Shades of Medium Blue #031CE0

Tints of Medium Blue #031CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 87.84%

R = 1.18%
G = 10.98%
B = 87.84%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#031CE0 (or 0x031CE0) is known color: Medium Blue. HEX triplet: 03, 1C and E0. RGB value is (3,28,224). Sum of RGB (Red+Green+Blue) = 3+28+224=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 224 (87.89% from 255 or 87.84% from 255); Max value from RGB is 224 - color contains mainly: blue. Hex color #031CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CE0 is #FCE31F. Grayscale: #2A2A2A. Windows color (decimal): -16573216 or 14687235. OLE color: 14687235.

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

Color convert

RGB 3 28 224 -
CMYK 0.99 0.88 0 0.12
HSL 233.21º 0.97% 0.45% -
HSV(B) 233.21º 0.99% 0.88% -
XYZ 13.91 6.23 70.99 -
YUV 42.87 230.22 99.56 -
System Red Green Blue C M Y K H S L
Decimal 3 28 224 0.99 0.88 0 0.12 233.21 0.97 0.45
Hex 3 1C E0 63 58 0 C E9 61 2D
Octal 3 34 340 143 130 0 14 351 141 55
Binary 11 11100 11100000 1100011 1011000 0 1100 11101001 1100001 101101

Color Harmonies of #031CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031CE0

Black with #031CE0

Text Example


Text Example

White with #031CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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