Html Css Color HEX #050CFE Blue

📋 copy color: '#050CFE'

red 5 ◦ green 12 ◦ blue 254

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

Shades of Blue #050CFE

Tints of Blue #050CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.43%

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

R = 1.85%
G = 4.43%
B = 93.73%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#050CFE (or 0x050CFE) is known color: Blue. HEX triplet: 05, 0C and FE. RGB value is (5,12,254). Sum of RGB (Red+Green+Blue) = 5+12+254=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 254 (99.61% from 255 or 93.73% from 271); Max value from RGB is 254 - color contains mainly: blue. Hex color #050CFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050CFE is #FAF301. Grayscale: #242424. Windows color (decimal): -16446210 or 16649221. OLE color: 16649221.

HSL color Cylindrical-coordinate representation of color #050CFE: hue angle of 238.31º 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 #050CFE is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 5 12 254 -
CMYK 0.98 0.95 0 0.00
HSL 238.31º 0.99% 0.51% -
HSV(B) 238.31º 0.98% 1% -
XYZ 18.08 7.45 94.25 -
YUV 37.5 250.18 104.82 -
System Red Green Blue C M Y K H S L
Decimal 5 12 254 0.98 0.95 0 0.00 238.31 0.99 0.51
Hex 5 C FE 62 5F 0 0 EE 63 33
Octal 5 14 376 142 137 0 0 356 143 63
Binary 101 1100 11111110 1100010 1011111 0 0 11101110 1100011 110011

Color Harmonies of #050CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050CFE

Black with #050CFE

Text Example


Text Example

White with #050CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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