Html Css Color HEX #051FCA Medium Blue

📋 copy color: '#051FCA'

red 5 ◦ green 31 ◦ blue 202

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

Shades of Medium Blue #051FCA

Tints of Medium Blue #051FCA

RGB

 RED value IS 5 (2.34% from 255) = 2.1%

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

 BLUE value IS 202 (79.3% from 255) = 84.87%

R = 2.1%
G = 13.03%
B = 84.87%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#051FCA (or 0x051FCA) is known color: Medium Blue. HEX triplet: 05, 1F and CA. RGB value is (5,31,202). Sum of RGB (Red+Green+Blue) = 5+31+202=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 202 (79.30% from 255 or 84.87% from 238); Max value from RGB is 202 - color contains mainly: blue. Hex color #051FCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051FCA is #FAE035. Grayscale: #2A2A2A. Windows color (decimal): -16441398 or 13246213. OLE color: 13246213.

HSL color Cylindrical-coordinate representation of color #051FCA: hue angle of 232.08º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051FCA is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 31 202 -
CMYK 0.98 0.85 0 0.21
HSL 232.08º 0.95% 0.41% -
HSV(B) 232.08º 0.98% 0.79% -
XYZ 11.21 5.28 56.3 -
YUV 42.72 217.89 101.1 -
System Red Green Blue C M Y K H S L
Decimal 5 31 202 0.98 0.85 0 0.21 232.08 0.95 0.41
Hex 5 1F CA 62 55 0 15 E8 5F 29
Octal 5 37 312 142 125 0 25 350 137 51
Binary 101 11111 11001010 1100010 1010101 0 10101 11101000 1011111 101001

Color Harmonies of #051FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051FCA

Black with #051FCA

Text Example


Text Example

White with #051FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051FCA; }

 p { color: rgb(5,31,202); }

 H1.HeaderClassName
 {
   color: #051FCA;
 }
 .AnyTagClassName
 {
   color: #051FCA;
 }
</style>

background-color css

<style>
 a { background-color: #051FCA; }

 a { background-color: rgb(5,31,202); }

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

border-color css

<style>
 span { border-color: #051FCA; }

 span { border-color: rgb(5,31,202); }

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