Html Css Color HEX #051FDA Medium Blue

📋 copy color: '#051FDA'

red 5 ◦ green 31 ◦ blue 218

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

Shades of Medium Blue #051FDA

Tints of Medium Blue #051FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 85.83%

R = 1.97%
G = 12.2%
B = 85.83%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#051FDA (or 0x051FDA) is known color: Medium Blue. HEX triplet: 05, 1F and DA. RGB value is (5,31,218). Sum of RGB (Red+Green+Blue) = 5+31+218=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 218 (85.55% from 255 or 85.83% from 254); Max value from RGB is 218 - color contains mainly: blue. Hex color #051FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051FDA is #FAE025. Grayscale: #2B2B2B. Windows color (decimal): -16441382 or 14294789. OLE color: 14294789.

HSL color Cylindrical-coordinate representation of color #051FDA: hue angle of 232.68º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051FDA is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 31 218 -
CMYK 0.98 0.86 0 0.15
HSL 232.68º 0.96% 0.44% -
HSV(B) 232.68º 0.98% 0.85% -
XYZ 13.21 6.07 66.81 -
YUV 44.54 225.89 99.79 -
System Red Green Blue C M Y K H S L
Decimal 5 31 218 0.98 0.86 0 0.15 232.68 0.96 0.44
Hex 5 1F DA 62 56 0 F E9 60 2C
Octal 5 37 332 142 126 0 17 351 140 54
Binary 101 11111 11011010 1100010 1010110 0 1111 11101001 1100000 101100

Color Harmonies of #051FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051FDA

Black with #051FDA

Text Example


Text Example

White with #051FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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