Html Css Color HEX #050EF3 Blue

📋 copy color: '#050EF3'

red 5 ◦ green 14 ◦ blue 243

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

Shades of Blue #050EF3

Tints of Blue #050EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 92.75%

R = 1.91%
G = 5.34%
B = 92.75%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#050EF3 (or 0x050EF3) is known color: Blue. HEX triplet: 05, 0E and F3. RGB value is (5,14,243). Sum of RGB (Red+Green+Blue) = 5+14+243=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 243 (95.31% from 255 or 92.75% from 262); Max value from RGB is 243 - color contains mainly: blue. Hex color #050EF3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050EF3 is #FAF10C. Grayscale: #242424. Windows color (decimal): -16445709 or 15928837. OLE color: 15928837.

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

Color convert

RGB 5 14 243 -
CMYK 0.98 0.94 0 0.05
HSL 237.73º 0.96% 0.49% -
HSV(B) 237.73º 0.98% 0.95% -
XYZ 16.4 6.82 85.25 -
YUV 37.42 244.02 104.88 -
System Red Green Blue C M Y K H S L
Decimal 5 14 243 0.98 0.94 0 0.05 237.73 0.96 0.49
Hex 5 E F3 62 5E 0 5 EE 60 31
Octal 5 16 363 142 136 0 5 356 140 61
Binary 101 1110 11110011 1100010 1011110 0 101 11101110 1100000 110001

Color Harmonies of #050EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050EF3

Black with #050EF3

Text Example


Text Example

White with #050EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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