Html Css Color HEX #013BF8 Blue

📋 copy color: '#013BF8'

red 1 ◦ green 59 ◦ blue 248

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

Shades of Blue #013BF8

Tints of Blue #013BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 80.52%

R = 0.32%
G = 19.16%
B = 80.52%

CMYK

 C value IS 1.00

 M value IS 0.76

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#013BF8 (or 0x013BF8) is known color: Blue. HEX triplet: 01, 3B and F8. RGB value is (1,59,248). Sum of RGB (Red+Green+Blue) = 1+59+248=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 248 (97.27% from 255 or 80.52% from 308); Max value from RGB is 248 - color contains mainly: blue. Hex color #013BF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013BF8 is #FEC407. Grayscale: #3E3E3E. Windows color (decimal): -16696328 or 16268033. OLE color: 16268033.

HSL color Cylindrical-coordinate representation of color #013BF8: hue angle of 225.91º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013BF8 is Cyan = 1.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 1 59 248 -
CMYK 1.00 0.76 0 0.03
HSL 225.91º 0.99% 0.49% -
HSV(B) 225.91º 1% 0.97% -
XYZ 18.52 9.91 89.74 -
YUV 63.2 232.28 83.63 -
System Red Green Blue C M Y K H S L
Decimal 1 59 248 1.00 0.76 0 0.03 225.91 0.99 0.49
Hex 1 3B F8 64 4C 0 3 E2 63 31
Octal 1 73 370 144 114 0 3 342 143 61
Binary 1 111011 11111000 1100100 1001100 0 11 11100010 1100011 110001

Color Harmonies of #013BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013BF8

Black with #013BF8

Text Example


Text Example

White with #013BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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