Html Css Color HEX #013EFD Blue

📋 copy color: '#013EFD'

red 1 ◦ green 62 ◦ blue 253

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

Shades of Blue #013EFD

Tints of Blue #013EFD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.62%

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

R = 0.32%
G = 19.62%
B = 80.06%

CMYK

 C value IS 1.00

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#013EFD (or 0x013EFD) is known color: Blue. HEX triplet: 01, 3E and FD. RGB value is (1,62,253). Sum of RGB (Red+Green+Blue) = 1+62+253=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 253 (99.22% from 255 or 80.06% from 316); Max value from RGB is 253 - color contains mainly: blue. Hex color #013EFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013EFD is #FEC102. Grayscale: #404040. Windows color (decimal): -16695555 or 16596481. OLE color: 16596481.

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

Color convert

RGB 1 62 253 -
CMYK 1.00 0.75 0 0.01
HSL 225.48º 0.99% 0.5% -
HSV(B) 225.48º 1% 0.99% -
XYZ 19.46 10.54 93.94 -
YUV 65.54 233.79 81.97 -
System Red Green Blue C M Y K H S L
Decimal 1 62 253 1.00 0.75 0 0.01 225.48 0.99 0.5
Hex 1 3E FD 64 4B 0 1 E1 63 32
Octal 1 76 375 144 113 0 1 341 143 62
Binary 1 111110 11111101 1100100 1001011 0 1 11100001 1100011 110010

Color Harmonies of #013EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013EFD

Black with #013EFD

Text Example


Text Example

White with #013EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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