Html Css Color HEX #051CCF Medium Blue

📋 copy color: '#051CCF'

red 5 ◦ green 28 ◦ blue 207

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

Shades of Medium Blue #051CCF

Tints of Medium Blue #051CCF

RGB

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

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

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

R = 2.08%
G = 11.67%
B = 86.25%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#051CCF (or 0x051CCF) is known color: Medium Blue. HEX triplet: 05, 1C and CF. RGB value is (5,28,207). Sum of RGB (Red+Green+Blue) = 5+28+207=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 207 (81.25% from 255 or 86.25% from 240); Max value from RGB is 207 - color contains mainly: blue. Hex color #051CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051CCF is #FAE330. Grayscale: #282828. Windows color (decimal): -16442161 or 13573125. OLE color: 13573125.

HSL color Cylindrical-coordinate representation of color #051CCF: hue angle of 233.17º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051CCF is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 28 207 -
CMYK 0.98 0.86 0 0.19
HSL 233.17º 0.95% 0.42% -
HSV(B) 233.17º 0.98% 0.81% -
XYZ 11.74 5.37 59.45 -
YUV 41.53 221.38 101.95 -
System Red Green Blue C M Y K H S L
Decimal 5 28 207 0.98 0.86 0 0.19 233.17 0.95 0.42
Hex 5 1C CF 62 56 0 13 E9 5F 2A
Octal 5 34 317 142 126 0 23 351 137 52
Binary 101 11100 11001111 1100010 1010110 0 10011 11101001 1011111 101010

Color Harmonies of #051CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051CCF

Black with #051CCF

Text Example


Text Example

White with #051CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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