Html Css Color HEX #050FFE Blue

📋 copy color: '#050FFE'

red 5 ◦ green 15 ◦ blue 254

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

Shades of Blue #050FFE

Tints of Blue #050FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 92.7%

R = 1.82%
G = 5.47%
B = 92.7%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#050FFE (or 0x050FFE) is known color: Blue. HEX triplet: 05, 0F and FE. RGB value is (5,15,254). Sum of RGB (Red+Green+Blue) = 5+15+254=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 254 (99.61% from 255 or 92.70% from 274); Max value from RGB is 254 - color contains mainly: blue. Hex color #050FFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050FFE is #FAF001. Grayscale: #262626. Windows color (decimal): -16445442 or 16649989. OLE color: 16649989.

HSL color Cylindrical-coordinate representation of color #050FFE: hue angle of 237.59º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050FFE is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 5 15 254 -
CMYK 0.98 0.94 0 0.00
HSL 237.59º 0.99% 0.51% -
HSV(B) 237.59º 0.98% 1% -
XYZ 18.12 7.53 94.26 -
YUV 39.26 249.19 103.57 -
System Red Green Blue C M Y K H S L
Decimal 5 15 254 0.98 0.94 0 0.00 237.59 0.99 0.51
Hex 5 F FE 62 5E 0 0 EE 63 33
Octal 5 17 376 142 136 0 0 356 143 63
Binary 101 1111 11111110 1100010 1011110 0 0 11101110 1100011 110011

Color Harmonies of #050FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050FFE

Black with #050FFE

Text Example


Text Example

White with #050FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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