Html Css Color HEX #050EFB Blue

📋 copy color: '#050EFB'

red 5 ◦ green 14 ◦ blue 251

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

Shades of Blue #050EFB

Tints of Blue #050EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.19%

 BLUE value IS 251 (98.44% from 255) = 92.96%

R = 1.85%
G = 5.19%
B = 92.96%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#050EFB (or 0x050EFB) is known color: Blue. HEX triplet: 05, 0E and FB. RGB value is (5,14,251). Sum of RGB (Red+Green+Blue) = 5+14+251=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 251 (98.44% from 255 or 92.96% from 270); Max value from RGB is 251 - color contains mainly: blue. Hex color #050EFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050EFB is #FAF104. Grayscale: #252525. Windows color (decimal): -16445701 or 16453125. OLE color: 16453125.

HSL color Cylindrical-coordinate representation of color #050EFB: hue angle of 237.8º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050EFB is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 14 251 -
CMYK 0.98 0.94 0 0.02
HSL 237.8º 0.97% 0.5% -
HSV(B) 237.8º 0.98% 0.98% -
XYZ 17.63 7.31 91.75 -
YUV 38.33 248.02 104.23 -
System Red Green Blue C M Y K H S L
Decimal 5 14 251 0.98 0.94 0 0.02 237.8 0.97 0.5
Hex 5 E FB 62 5E 0 2 EE 61 32
Octal 5 16 373 142 136 0 2 356 141 62
Binary 101 1110 11111011 1100010 1011110 0 10 11101110 1100001 110010

Color Harmonies of #050EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050EFB

Black with #050EFB

Text Example


Text Example

White with #050EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,14,251); }

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

background-color css

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

 a { background-color: rgb(5,14,251); }

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

border-color css

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

 span { border-color: rgb(5,14,251); }

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