Html Css Color HEX #031CDD Medium Blue

📋 copy color: '#031CDD'

red 3 ◦ green 28 ◦ blue 221

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

Shades of Medium Blue #031CDD

Tints of Medium Blue #031CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 87.7%

R = 1.19%
G = 11.11%
B = 87.7%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#031CDD (or 0x031CDD) is known color: Medium Blue. HEX triplet: 03, 1C and DD. RGB value is (3,28,221). Sum of RGB (Red+Green+Blue) = 3+28+221=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 221 (86.72% from 255 or 87.70% from 252); Max value from RGB is 221 - color contains mainly: blue. Hex color #031CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CDD is #FCE322. Grayscale: #292929. Windows color (decimal): -16573219 or 14490627. OLE color: 14490627.

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

Color convert

RGB 3 28 221 -
CMYK 0.99 0.87 0 0.13
HSL 233.12º 0.97% 0.44% -
HSV(B) 233.12º 0.99% 0.87% -
XYZ 13.5 6.07 68.87 -
YUV 42.53 228.72 99.81 -
System Red Green Blue C M Y K H S L
Decimal 3 28 221 0.99 0.87 0 0.13 233.12 0.97 0.44
Hex 3 1C DD 63 57 0 D E9 61 2C
Octal 3 34 335 143 127 0 15 351 141 54
Binary 11 11100 11011101 1100011 1010111 0 1101 11101001 1100001 101100

Color Harmonies of #031CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031CDD

Black with #031CDD

Text Example


Text Example

White with #031CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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