Html Css Color HEX #050EEF Blue

📋 copy color: '#050EEF'

red 5 ◦ green 14 ◦ blue 239

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

Shades of Blue #050EEF

Tints of Blue #050EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 92.64%

R = 1.94%
G = 5.43%
B = 92.64%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#050EEF (or 0x050EEF) is known color: Blue. HEX triplet: 05, 0E and EF. RGB value is (5,14,239). Sum of RGB (Red+Green+Blue) = 5+14+239=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 239 (93.75% from 255 or 92.64% from 258); Max value from RGB is 239 - color contains mainly: blue. Hex color #050EEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050EEF is #FAF110. Grayscale: #242424. Windows color (decimal): -16445713 or 15666693. OLE color: 15666693.

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

Color convert

RGB 5 14 239 -
CMYK 0.98 0.94 0 0.06
HSL 237.69º 0.96% 0.48% -
HSV(B) 237.69º 0.98% 0.94% -
XYZ 15.8 6.58 82.1 -
YUV 36.96 242.02 105.2 -
System Red Green Blue C M Y K H S L
Decimal 5 14 239 0.98 0.94 0 0.06 237.69 0.96 0.48
Hex 5 E EF 62 5E 0 6 EE 60 30
Octal 5 16 357 142 136 0 6 356 140 60
Binary 101 1110 11101111 1100010 1011110 0 110 11101110 1100000 110000

Color Harmonies of #050EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050EEF

Black with #050EEF

Text Example


Text Example

White with #050EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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