Html Css Color HEX #050FD4 Medium Blue

📋 copy color: '#050FD4'

red 5 ◦ green 15 ◦ blue 212

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

Shades of Medium Blue #050FD4

Tints of Medium Blue #050FD4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.47%

 BLUE value IS 212 (83.2% from 255) = 91.38%

R = 2.16%
G = 6.47%
B = 91.38%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#050FD4 (or 0x050FD4) is known color: Medium Blue. HEX triplet: 05, 0F and D4. RGB value is (5,15,212). Sum of RGB (Red+Green+Blue) = 5+15+212=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 212 (83.20% from 255 or 91.38% from 232); Max value from RGB is 212 - color contains mainly: blue. Hex color #050FD4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050FD4 is #FAF02B. Grayscale: #212121. Windows color (decimal): -16445484 or 13897477. OLE color: 13897477.

HSL color Cylindrical-coordinate representation of color #050FD4: hue angle of 237.1º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050FD4 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 5 15 212 -
CMYK 0.98 0.93 0 0.17
HSL 237.1º 0.95% 0.43% -
HSV(B) 237.1º 0.98% 0.83% -
XYZ 12.12 5.13 62.64 -
YUV 34.47 228.19 106.98 -
System Red Green Blue C M Y K H S L
Decimal 5 15 212 0.98 0.93 0 0.17 237.1 0.95 0.43
Hex 5 F D4 62 5D 0 11 ED 5F 2B
Octal 5 17 324 142 135 0 21 355 137 53
Binary 101 1111 11010100 1100010 1011101 0 10001 11101101 1011111 101011

Color Harmonies of #050FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050FD4

Black with #050FD4

Text Example


Text Example

White with #050FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,15,212); }

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

background-color css

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

 a { background-color: rgb(5,15,212); }

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

border-color css

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

 span { border-color: rgb(5,15,212); }

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