Html Css Color HEX #050CFF Blue

📋 copy color: '#050CFF'

red 5 ◦ green 12 ◦ blue 255

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

Shades of Blue #050CFF

Tints of Blue #050CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 93.75%

R = 1.84%
G = 4.41%
B = 93.75%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#050CFF (or 0x050CFF) is known color: Blue. HEX triplet: 05, 0C and FF. RGB value is (5,12,255). Sum of RGB (Red+Green+Blue) = 5+12+255=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 255 (100% from 255 or 93.75% from 272); Max value from RGB is 255 - color contains mainly: blue. Hex color #050CFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050CFF is #FAF300. Grayscale: #242424. Windows color (decimal): -16446209 or 16714757. OLE color: 16714757.

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

Color convert

RGB 5 12 255 -
CMYK 0.98 0.95 0 0
HSL 238.32º 1% 0.51% -
HSV(B) 238.32º 0.98% 1% -
XYZ 18.24 7.52 95.1 -
YUV 37.61 250.68 104.74 -
System Red Green Blue C M Y K H S L
Decimal 5 12 255 0.98 0.95 0 0 238.32 1 0.51
Hex 5 C FF 62 5F 0 0 EE 64 33
Octal 5 14 377 142 137 0 0 356 144 63
Binary 101 1100 11111111 1100010 1011111 0 0 11101110 1100100 110011

Color Harmonies of #050CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050CFF

Black with #050CFF

Text Example


Text Example

White with #050CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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