Html Css Color HEX #1337FC Blue

📋 copy color: '#1337FC'

red 19 ◦ green 55 ◦ blue 252

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

Shades of Blue #1337FC

Tints of Blue #1337FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 77.3%

R = 5.83%
G = 16.87%
B = 77.3%

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

#1337FC (or 0x1337FC) is known color: Blue. HEX triplet: 13, 37 and FC. RGB value is (19,55,252). Sum of RGB (Red+Green+Blue) = 19+55+252=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 252 (98.83% from 255 or 77.30% from 326); Max value from RGB is 252 - color contains mainly: blue. Hex color #1337FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1337FC is #ECC803. Grayscale: #414141. Windows color (decimal): -15517700 or 16529171. OLE color: 16529171.

HSL color Cylindrical-coordinate representation of color #1337FC: hue angle of 230.73º degrees, saturation: 0.97, 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 #1337FC is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 55 252 -
CMYK 0.92 0.78 0 0.01
HSL 230.73º 0.97% 0.53% -
HSV(B) 230.73º 0.92% 0.99% -
XYZ 19.21 9.9 92.99 -
YUV 66.69 232.57 93.98 -
System Red Green Blue C M Y K H S L
Decimal 19 55 252 0.92 0.78 0 0.01 230.73 0.97 0.53
Hex 13 37 FC 5C 4E 0 1 E7 61 35
Octal 23 67 374 134 116 0 1 347 141 65
Binary 10011 110111 11111100 1011100 1001110 0 1 11100111 1100001 110101

Color Harmonies of #1337FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1337FC

Black with #1337FC

Text Example


Text Example

White with #1337FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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