Html Css Color HEX #1337FD Blue

📋 copy color: '#1337FD'

red 19 ◦ green 55 ◦ blue 253

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

Shades of Blue #1337FD

Tints of Blue #1337FD

RGB

 RED value IS 19 (7.81% from 255) = 5.81%

 GREEN value IS 55 (21.88% from 255) = 16.82%

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

R = 5.81%
G = 16.82%
B = 77.37%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1337FD (or 0x1337FD) is known color: Blue. HEX triplet: 13, 37 and FD. RGB value is (19,55,253). Sum of RGB (Red+Green+Blue) = 19+55+253=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 253 (99.22% from 255 or 77.37% from 327); Max value from RGB is 253 - color contains mainly: blue. Hex color #1337FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1337FD is #ECC802. Grayscale: #414141. Windows color (decimal): -15517699 or 16594707. OLE color: 16594707.

HSL color Cylindrical-coordinate representation of color #1337FD: hue angle of 230.77º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1337FD is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 55 253 -
CMYK 0.92 0.78 0 0.01
HSL 230.77º 0.98% 0.53% -
HSV(B) 230.77º 0.92% 0.99% -
XYZ 19.36 9.96 93.83 -
YUV 66.81 233.07 93.9 -
System Red Green Blue C M Y K H S L
Decimal 19 55 253 0.92 0.78 0 0.01 230.77 0.98 0.53
Hex 13 37 FD 5C 4E 0 1 E7 62 35
Octal 23 67 375 134 116 0 1 347 142 65
Binary 10011 110111 11111101 1011100 1001110 0 1 11100111 1100010 110101

Color Harmonies of #1337FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1337FD

Black with #1337FD

Text Example


Text Example

White with #1337FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1337FD; }

 p { color: rgb(19,55,253); }

 H1.HeaderClassName
 {
   color: #1337FD;
 }
 .AnyTagClassName
 {
   color: #1337FD;
 }
</style>

background-color css

<style>
 a { background-color: #1337FD; }

 a { background-color: rgb(19,55,253); }

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

border-color css

<style>
 span { border-color: #1337FD; }

 span { border-color: rgb(19,55,253); }

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