Html Css Color HEX #050DFB Blue

📋 copy color: '#050DFB'

red 5 ◦ green 13 ◦ blue 251

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

Shades of Blue #050DFB

Tints of Blue #050DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.83%

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

R = 1.86%
G = 4.83%
B = 93.31%

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

#050DFB (or 0x050DFB) is known color: Blue. HEX triplet: 05, 0D and FB. RGB value is (5,13,251). Sum of RGB (Red+Green+Blue) = 5+13+251=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 251 (98.44% from 255 or 93.31% from 269); Max value from RGB is 251 - color contains mainly: blue. Hex color #050DFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050DFB is #FAF204. Grayscale: #242424. Windows color (decimal): -16445957 or 16452869. OLE color: 16452869.

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

Color convert

RGB 5 13 251 -
CMYK 0.98 0.95 0 0.02
HSL 238.05º 0.97% 0.5% -
HSV(B) 238.05º 0.98% 0.98% -
XYZ 17.62 7.29 91.74 -
YUV 37.74 248.35 104.65 -
System Red Green Blue C M Y K H S L
Decimal 5 13 251 0.98 0.95 0 0.02 238.05 0.97 0.5
Hex 5 D FB 62 5F 0 2 EE 61 32
Octal 5 15 373 142 137 0 2 356 141 62
Binary 101 1101 11111011 1100010 1011111 0 10 11101110 1100001 110010

Color Harmonies of #050DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050DFB

Black with #050DFB

Text Example


Text Example

White with #050DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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