Html Css Color HEX #050FEC Blue

📋 copy color: '#050FEC'

red 5 ◦ green 15 ◦ blue 236

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

Shades of Blue #050FEC

Tints of Blue #050FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.86%

 BLUE value IS 236 (92.58% from 255) = 92.19%

R = 1.95%
G = 5.86%
B = 92.19%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#050FEC (or 0x050FEC) is known color: Blue. HEX triplet: 05, 0F and EC. RGB value is (5,15,236). Sum of RGB (Red+Green+Blue) = 5+15+236=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 236 (92.58% from 255 or 92.19% from 256); Max value from RGB is 236 - color contains mainly: blue. Hex color #050FEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050FEC is #FAF013. Grayscale: #242424. Windows color (decimal): -16445460 or 15470341. OLE color: 15470341.

HSL color Cylindrical-coordinate representation of color #050FEC: hue angle of 237.4º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050FEC is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 15 236 -
CMYK 0.98 0.94 0 0.07
HSL 237.4º 0.96% 0.47% -
HSV(B) 237.4º 0.98% 0.93% -
XYZ 15.37 6.43 79.79 -
YUV 37.2 240.19 105.03 -
System Red Green Blue C M Y K H S L
Decimal 5 15 236 0.98 0.94 0 0.07 237.4 0.96 0.47
Hex 5 F EC 62 5E 0 7 ED 60 2F
Octal 5 17 354 142 136 0 7 355 140 57
Binary 101 1111 11101100 1100010 1011110 0 111 11101101 1100000 101111

Color Harmonies of #050FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050FEC

Black with #050FEC

Text Example


Text Example

White with #050FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050FEC; }

 p { color: rgb(5,15,236); }

 H1.HeaderClassName
 {
   color: #050FEC;
 }
 .AnyTagClassName
 {
   color: #050FEC;
 }
</style>

background-color css

<style>
 a { background-color: #050FEC; }

 a { background-color: rgb(5,15,236); }

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

border-color css

<style>
 span { border-color: #050FEC; }

 span { border-color: rgb(5,15,236); }

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