Html Css Color HEX #050CFB Blue

📋 copy color: '#050CFB'

red 5 ◦ green 12 ◦ blue 251

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

Shades of Blue #050CFB

Tints of Blue #050CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 93.66%

R = 1.87%
G = 4.48%
B = 93.66%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#050CFB (or 0x050CFB) is known color: Blue. HEX triplet: 05, 0C and FB. RGB value is (5,12,251). Sum of RGB (Red+Green+Blue) = 5+12+251=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 251 (98.44% from 255 or 93.66% from 268); Max value from RGB is 251 - color contains mainly: blue. Hex color #050CFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050CFB is #FAF304. Grayscale: #242424. Windows color (decimal): -16446213 or 16452613. OLE color: 16452613.

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

Color convert

RGB 5 12 251 -
CMYK 0.98 0.95 0 0.02
HSL 238.29º 0.97% 0.5% -
HSV(B) 238.29º 0.98% 0.98% -
XYZ 17.61 7.26 91.74 -
YUV 37.15 248.68 105.07 -
System Red Green Blue C M Y K H S L
Decimal 5 12 251 0.98 0.95 0 0.02 238.29 0.97 0.5
Hex 5 C FB 62 5F 0 2 EE 61 32
Octal 5 14 373 142 137 0 2 356 141 62
Binary 101 1100 11111011 1100010 1011111 0 10 11101110 1100001 110010

Color Harmonies of #050CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050CFB

Black with #050CFB

Text Example


Text Example

White with #050CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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