Html Css Color HEX #013DF9 Blue

📋 copy color: '#013DF9'

red 1 ◦ green 61 ◦ blue 249

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

Shades of Blue #013DF9

Tints of Blue #013DF9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.61%

 BLUE value IS 249 (97.66% from 255) = 80.06%

R = 0.32%
G = 19.61%
B = 80.06%

CMYK

 C value IS 1.00

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#013DF9 (or 0x013DF9) is known color: Blue. HEX triplet: 01, 3D and F9. RGB value is (1,61,249). Sum of RGB (Red+Green+Blue) = 1+61+249=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 249 (97.66% from 255 or 80.06% from 311); Max value from RGB is 249 - color contains mainly: blue. Hex color #013DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013DF9 is #FEC206. Grayscale: #3F3F3F. Windows color (decimal): -16695815 or 16334081. OLE color: 16334081.

HSL color Cylindrical-coordinate representation of color #013DF9: hue angle of 225.48º 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 #013DF9 is Cyan = 1.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 61 249 -
CMYK 1.00 0.76 0 0.02
HSL 225.48º 0.99% 0.49% -
HSV(B) 225.48º 1% 0.98% -
XYZ 18.78 10.18 90.6 -
YUV 64.49 232.12 82.71 -
System Red Green Blue C M Y K H S L
Decimal 1 61 249 1.00 0.76 0 0.02 225.48 0.99 0.49
Hex 1 3D F9 64 4C 0 2 E1 63 31
Octal 1 75 371 144 114 0 2 341 143 61
Binary 1 111101 11111001 1100100 1001100 0 10 11100001 1100011 110001

Color Harmonies of #013DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013DF9

Black with #013DF9

Text Example


Text Example

White with #013DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,61,249); }

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

background-color css

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

 a { background-color: rgb(1,61,249); }

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

border-color css

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

 span { border-color: rgb(1,61,249); }

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