Html Css Color HEX #050DF8 Blue

📋 copy color: '#050DF8'

red 5 ◦ green 13 ◦ blue 248

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

Shades of Blue #050DF8

Tints of Blue #050DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 93.23%

R = 1.88%
G = 4.89%
B = 93.23%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#050DF8 (or 0x050DF8) is known color: Blue. HEX triplet: 05, 0D and F8. RGB value is (5,13,248). Sum of RGB (Red+Green+Blue) = 5+13+248=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 248 (97.27% from 255 or 93.23% from 266); Max value from RGB is 248 - color contains mainly: blue. Hex color #050DF8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050DF8 is #FAF207. Grayscale: #242424. Windows color (decimal): -16445960 or 16256261. OLE color: 16256261.

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

Color convert

RGB 5 13 248 -
CMYK 0.98 0.95 0 0.03
HSL 238.02º 0.96% 0.5% -
HSV(B) 238.02º 0.98% 0.97% -
XYZ 17.15 7.1 89.27 -
YUV 37.4 246.85 104.89 -
System Red Green Blue C M Y K H S L
Decimal 5 13 248 0.98 0.95 0 0.03 238.02 0.96 0.5
Hex 5 D F8 62 5F 0 3 EE 60 32
Octal 5 15 370 142 137 0 3 356 140 62
Binary 101 1101 11111000 1100010 1011111 0 11 11101110 1100000 110010

Color Harmonies of #050DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050DF8

Black with #050DF8

Text Example


Text Example

White with #050DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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