Html Css Color HEX #050BF1 Blue

📋 copy color: '#050BF1'

red 5 ◦ green 11 ◦ blue 241

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

Shades of Blue #050BF1

Tints of Blue #050BF1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.28%

 BLUE value IS 241 (94.53% from 255) = 93.77%

R = 1.95%
G = 4.28%
B = 93.77%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#050BF1 (or 0x050BF1) is known color: Blue. HEX triplet: 05, 0B and F1. RGB value is (5,11,241). Sum of RGB (Red+Green+Blue) = 5+11+241=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 241 (94.53% from 255 or 93.77% from 257); Max value from RGB is 241 - color contains mainly: blue. Hex color #050BF1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050BF1 is #FAF40E. Grayscale: #222222. Windows color (decimal): -16446479 or 15796997. OLE color: 15796997.

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

Color convert

RGB 5 11 241 -
CMYK 0.98 0.95 0 0.05
HSL 238.47º 0.96% 0.48% -
HSV(B) 238.47º 0.98% 0.95% -
XYZ 16.06 6.62 83.65 -
YUV 35.43 244.01 106.3 -
System Red Green Blue C M Y K H S L
Decimal 5 11 241 0.98 0.95 0 0.05 238.47 0.96 0.48
Hex 5 B F1 62 5F 0 5 EE 60 30
Octal 5 13 361 142 137 0 5 356 140 60
Binary 101 1011 11110001 1100010 1011111 0 101 11101110 1100000 110000

Color Harmonies of #050BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050BF1

Black with #050BF1

Text Example


Text Example

White with #050BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,11,241); }

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

background-color css

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

 a { background-color: rgb(5,11,241); }

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

border-color css

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

 span { border-color: rgb(5,11,241); }

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