Html Css Color HEX #013BFD Blue

📋 copy color: '#013BFD'

red 1 ◦ green 59 ◦ blue 253

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

Shades of Blue #013BFD

Tints of Blue #013BFD

RGB

 RED value IS 1 (0.78% from 255) = 0.32%

 GREEN value IS 59 (23.44% from 255) = 18.85%

 BLUE value IS 253 (99.22% from 255) = 80.83%

R = 0.32%
G = 18.85%
B = 80.83%

CMYK

 C value IS 1.00

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#013BFD (or 0x013BFD) is known color: Blue. HEX triplet: 01, 3B and FD. RGB value is (1,59,253). Sum of RGB (Red+Green+Blue) = 1+59+253=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 253 (99.22% from 255 or 80.83% from 313); Max value from RGB is 253 - color contains mainly: blue. Hex color #013BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013BFD is #FEC402. Grayscale: #3E3E3E. Windows color (decimal): -16696323 or 16595713. OLE color: 16595713.

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

Color convert

RGB 1 59 253 -
CMYK 1.00 0.77 0 0.01
HSL 226.19º 0.99% 0.5% -
HSV(B) 226.19º 1% 0.99% -
XYZ 19.31 10.23 93.88 -
YUV 63.77 234.78 83.23 -
System Red Green Blue C M Y K H S L
Decimal 1 59 253 1.00 0.77 0 0.01 226.19 0.99 0.5
Hex 1 3B FD 64 4D 0 1 E2 63 32
Octal 1 73 375 144 115 0 1 342 143 62
Binary 1 111011 11111101 1100100 1001101 0 1 11100010 1100011 110010

Color Harmonies of #013BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013BFD

Black with #013BFD

Text Example


Text Example

White with #013BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013BFD; }

 p { color: rgb(1,59,253); }

 H1.HeaderClassName
 {
   color: #013BFD;
 }
 .AnyTagClassName
 {
   color: #013BFD;
 }
</style>

background-color css

<style>
 a { background-color: #013BFD; }

 a { background-color: rgb(1,59,253); }

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

border-color css

<style>
 span { border-color: #013BFD; }

 span { border-color: rgb(1,59,253); }

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