Html Css Color HEX #050EEE Blue

📋 copy color: '#050EEE'

red 5 ◦ green 14 ◦ blue 238

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

Shades of Blue #050EEE

Tints of Blue #050EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 92.61%

R = 1.95%
G = 5.45%
B = 92.61%

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

#050EEE (or 0x050EEE) is known color: Blue. HEX triplet: 05, 0E and EE. RGB value is (5,14,238). Sum of RGB (Red+Green+Blue) = 5+14+238=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 238 (93.36% from 255 or 92.61% from 257); Max value from RGB is 238 - color contains mainly: blue. Hex color #050EEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050EEE is #FAF111. Grayscale: #232323. Windows color (decimal): -16445714 or 15601157. OLE color: 15601157.

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

Color convert

RGB 5 14 238 -
CMYK 0.98 0.94 0 0.07
HSL 237.68º 0.96% 0.48% -
HSV(B) 237.68º 0.98% 0.93% -
XYZ 15.65 6.52 81.32 -
YUV 36.85 241.52 105.29 -
System Red Green Blue C M Y K H S L
Decimal 5 14 238 0.98 0.94 0 0.07 237.68 0.96 0.48
Hex 5 E EE 62 5E 0 7 EE 60 30
Octal 5 16 356 142 136 0 7 356 140 60
Binary 101 1110 11101110 1100010 1011110 0 111 11101110 1100000 110000

Color Harmonies of #050EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050EEE

Black with #050EEE

Text Example


Text Example

White with #050EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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