Html Css Color HEX #0501FF Blue

📋 copy color: '#0501FF'

red 5 ◦ green 1 ◦ blue 255

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

Shades of Blue #0501FF

Tints of Blue #0501FF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 1.92%
G = 0.38%
B = 97.7%

CMYK

 C value IS 0.98

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0501FF (or 0x0501FF) is known color: Blue. HEX triplet: 05, 01 and FF. RGB value is (5,1,255). Sum of RGB (Red+Green+Blue) = 5+1+255=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 255 (100% from 255 or 97.70% from 261); Max value from RGB is 255 - color contains mainly: blue. Hex color #0501FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0501FF is #FAFE00. Grayscale: #1E1E1E. Windows color (decimal): -16449025 or 16711941. OLE color: 16711941.

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

Color convert

RGB 5 1 255 -
CMYK 0.98 1.00 0 0
HSL 240.94º 1% 0.5% -
HSV(B) 240.94º 1% 1% -
XYZ 18.12 7.27 95.06 -
YUV 31.15 254.33 109.35 -
System Red Green Blue C M Y K H S L
Decimal 5 1 255 0.98 1.00 0 0 240.94 1 0.5
Hex 5 1 FF 62 64 0 0 F1 64 32
Octal 5 1 377 142 144 0 0 361 144 62
Binary 101 1 11111111 1100010 1100100 0 0 11110001 1100100 110010

Color Harmonies of #0501FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0501FF

Black with #0501FF

Text Example


Text Example

White with #0501FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0501FF; }

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

 H1.HeaderClassName
 {
   color: #0501FF;
 }
 .AnyTagClassName
 {
   color: #0501FF;
 }
</style>

background-color css

<style>
 a { background-color: #0501FF; }

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

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

border-color css

<style>
 span { border-color: #0501FF; }

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

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