Html Css Color HEX #1337FE Blue

📋 copy color: '#1337FE'

red 19 ◦ green 55 ◦ blue 254

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

Shades of Blue #1337FE

Tints of Blue #1337FE

RGB

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

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

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

R = 5.79%
G = 16.77%
B = 77.44%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1337FE (or 0x1337FE) is known color: Blue. HEX triplet: 13, 37 and FE. RGB value is (19,55,254). Sum of RGB (Red+Green+Blue) = 19+55+254=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 254 (99.61% from 255 or 77.44% from 328); Max value from RGB is 254 - color contains mainly: blue. Hex color #1337FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1337FE is #ECC801. Grayscale: #424242. Windows color (decimal): -15517698 or 16660243. OLE color: 16660243.

HSL color Cylindrical-coordinate representation of color #1337FE: hue angle of 230.81º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1337FE is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 55 254 -
CMYK 0.93 0.78 0 0.00
HSL 230.81º 0.99% 0.54% -
HSV(B) 230.81º 0.93% 1% -
XYZ 19.52 10.03 94.67 -
YUV 66.92 233.57 93.82 -
System Red Green Blue C M Y K H S L
Decimal 19 55 254 0.93 0.78 0 0.00 230.81 0.99 0.54
Hex 13 37 FE 5D 4E 0 0 E7 63 36
Octal 23 67 376 135 116 0 0 347 143 66
Binary 10011 110111 11111110 1011101 1001110 0 0 11100111 1100011 110110

Color Harmonies of #1337FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1337FE

Black with #1337FE

Text Example


Text Example

White with #1337FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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