Html Css Color HEX #013CFD Blue

📋 copy color: '#013CFD'

red 1 ◦ green 60 ◦ blue 253

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

Shades of Blue #013CFD

Tints of Blue #013CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.11%

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

R = 0.32%
G = 19.11%
B = 80.57%

CMYK

 C value IS 1.00

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#013CFD (or 0x013CFD) is known color: Blue. HEX triplet: 01, 3C and FD. RGB value is (1,60,253). Sum of RGB (Red+Green+Blue) = 1+60+253=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 253 (99.22% from 255 or 80.57% from 314); Max value from RGB is 253 - color contains mainly: blue. Hex color #013CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013CFD is #FEC302. Grayscale: #3F3F3F. Windows color (decimal): -16696067 or 16595969. OLE color: 16595969.

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

Color convert

RGB 1 60 253 -
CMYK 1.00 0.76 0 0.01
HSL 225.95º 0.99% 0.5% -
HSV(B) 225.95º 1% 0.99% -
XYZ 19.36 10.33 93.9 -
YUV 64.36 234.45 82.81 -
System Red Green Blue C M Y K H S L
Decimal 1 60 253 1.00 0.76 0 0.01 225.95 0.99 0.5
Hex 1 3C FD 64 4C 0 1 E2 63 32
Octal 1 74 375 144 114 0 1 342 143 62
Binary 1 111100 11111101 1100100 1001100 0 1 11100010 1100011 110010

Color Harmonies of #013CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013CFD

Black with #013CFD

Text Example


Text Example

White with #013CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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