Html Css Color HEX #013DFE Blue

📋 copy color: '#013DFE'

red 1 ◦ green 61 ◦ blue 254

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

Shades of Blue #013DFE

Tints of Blue #013DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 80.38%

R = 0.32%
G = 19.3%
B = 80.38%

CMYK

 C value IS 1.00

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#013DFE (or 0x013DFE) is known color: Blue. HEX triplet: 01, 3D and FE. RGB value is (1,61,254). Sum of RGB (Red+Green+Blue) = 1+61+254=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 254 (99.61% from 255 or 80.38% from 316); Max value from RGB is 254 - color contains mainly: blue. Hex color #013DFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013DFE is #FEC201. Grayscale: #404040. Windows color (decimal): -16695810 or 16661761. OLE color: 16661761.

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

Color convert

RGB 1 61 254 -
CMYK 1.00 0.76 0 0.00
HSL 225.77º 0.99% 0.5% -
HSV(B) 225.77º 1% 1% -
XYZ 19.57 10.5 94.76 -
YUV 65.06 234.62 82.31 -
System Red Green Blue C M Y K H S L
Decimal 1 61 254 1.00 0.76 0 0.00 225.77 0.99 0.5
Hex 1 3D FE 64 4C 0 0 E2 63 32
Octal 1 75 376 144 114 0 0 342 143 62
Binary 1 111101 11111110 1100100 1001100 0 0 11100010 1100011 110010

Color Harmonies of #013DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013DFE

Black with #013DFE

Text Example


Text Example

White with #013DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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