Html Css Color HEX #0601FA Blue

📋 copy color: '#0601FA'

red 6 ◦ green 1 ◦ blue 250

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

Shades of Blue #0601FA

Tints of Blue #0601FA

RGB

 RED value IS 6 (2.73% from 255) = 2.33%

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

 BLUE value IS 250 (98.05% from 255) = 97.28%

R = 2.33%
G = 0.39%
B = 97.28%

CMYK

 C value IS 0.98

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0601FA (or 0x0601FA) is known color: Blue. HEX triplet: 06, 01 and FA. RGB value is (6,1,250). Sum of RGB (Red+Green+Blue) = 6+1+250=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 250 (98.05% from 255 or 97.28% from 257); Max value from RGB is 250 - color contains mainly: blue. Hex color #0601FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0601FA is #F9FE05. Grayscale: #1D1D1D. Windows color (decimal): -16383494 or 16384262. OLE color: 16384262.

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

Color convert

RGB 6 1 250 -
CMYK 0.98 1.00 0 0.02
HSL 241.2º 0.99% 0.49% -
HSV(B) 241.2º 1% 0.98% -
XYZ 17.34 6.96 90.87 -
YUV 30.88 251.66 110.25 -
System Red Green Blue C M Y K H S L
Decimal 6 1 250 0.98 1.00 0 0.02 241.2 0.99 0.49
Hex 6 1 FA 62 64 0 2 F1 63 31
Octal 6 1 372 142 144 0 2 361 143 61
Binary 110 1 11111010 1100010 1100100 0 10 11110001 1100011 110001

Color Harmonies of #0601FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0601FA

Black with #0601FA

Text Example


Text Example

White with #0601FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0601FA; }

 p { color: rgb(6,1,250); }

 H1.HeaderClassName
 {
   color: #0601FA;
 }
 .AnyTagClassName
 {
   color: #0601FA;
 }
</style>

background-color css

<style>
 a { background-color: #0601FA; }

 a { background-color: rgb(6,1,250); }

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

border-color css

<style>
 span { border-color: #0601FA; }

 span { border-color: rgb(6,1,250); }

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