Html Css Color HEX #1336FD Blue

📋 copy color: '#1336FD'

red 19 ◦ green 54 ◦ blue 253

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

Shades of Blue #1336FD

Tints of Blue #1336FD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.56%

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

R = 5.83%
G = 16.56%
B = 77.61%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1336FD (or 0x1336FD) is known color: Blue. HEX triplet: 13, 36 and FD. RGB value is (19,54,253). Sum of RGB (Red+Green+Blue) = 19+54+253=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 253 (99.22% from 255 or 77.61% from 326); Max value from RGB is 253 - color contains mainly: blue. Hex color #1336FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1336FD is #ECC902. Grayscale: #414141. Windows color (decimal): -15517955 or 16594451. OLE color: 16594451.

HSL color Cylindrical-coordinate representation of color #1336FD: hue angle of 231.03º 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 #1336FD is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 54 253 -
CMYK 0.92 0.79 0 0.01
HSL 231.03º 0.98% 0.53% -
HSV(B) 231.03º 0.92% 0.99% -
XYZ 19.32 9.87 93.82 -
YUV 66.22 233.4 94.32 -
System Red Green Blue C M Y K H S L
Decimal 19 54 253 0.92 0.79 0 0.01 231.03 0.98 0.53
Hex 13 36 FD 5C 4F 0 1 E7 62 35
Octal 23 66 375 134 117 0 1 347 142 65
Binary 10011 110110 11111101 1011100 1001111 0 1 11100111 1100010 110101

Color Harmonies of #1336FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1336FD

Black with #1336FD

Text Example


Text Example

White with #1336FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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