Html Css Color HEX #050ACF Medium Blue

📋 copy color: '#050ACF'

red 5 ◦ green 10 ◦ blue 207

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

Shades of Medium Blue #050ACF

Tints of Medium Blue #050ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.5%

 BLUE value IS 207 (81.25% from 255) = 93.24%

R = 2.25%
G = 4.5%
B = 93.24%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#050ACF (or 0x050ACF) is known color: Medium Blue. HEX triplet: 05, 0A and CF. RGB value is (5,10,207). Sum of RGB (Red+Green+Blue) = 5+10+207=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 207 (81.25% from 255 or 93.24% from 222); Max value from RGB is 207 - color contains mainly: blue. Hex color #050ACF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050ACF is #FAF530. Grayscale: #1E1E1E. Windows color (decimal): -16446769 or 13568517. OLE color: 13568517.

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

Color convert

RGB 5 10 207 -
CMYK 0.98 0.95 0 0.19
HSL 238.51º 0.95% 0.42% -
HSV(B) 238.51º 0.98% 0.81% -
XYZ 11.43 4.75 59.35 -
YUV 30.96 227.34 109.48 -
System Red Green Blue C M Y K H S L
Decimal 5 10 207 0.98 0.95 0 0.19 238.51 0.95 0.42
Hex 5 A CF 62 5F 0 13 EF 5F 2A
Octal 5 12 317 142 137 0 23 357 137 52
Binary 101 1010 11001111 1100010 1011111 0 10011 11101111 1011111 101010

Color Harmonies of #050ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050ACF

Black with #050ACF

Text Example


Text Example

White with #050ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,10,207); }

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

background-color css

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

 a { background-color: rgb(5,10,207); }

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

border-color css

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

 span { border-color: rgb(5,10,207); }

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