Html Css Color HEX #1356FD Royal Blue

📋 copy color: '#1356FD'

red 19 ◦ green 86 ◦ blue 253

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

Shades of Royal Blue #1356FD

Tints of Royal Blue #1356FD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.02%

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

R = 5.31%
G = 24.02%
B = 70.67%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1356FD (or 0x1356FD) is known color: Royal Blue. HEX triplet: 13, 56 and FD. RGB value is (19,86,253). Sum of RGB (Red+Green+Blue) = 19+86+253=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 253 (99.22% from 255 or 70.67% from 358); Max value from RGB is 253 - color contains mainly: blue. Hex color #1356FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1356FD is #ECA902. Grayscale: #545454. Windows color (decimal): -15509763 or 16602643. OLE color: 16602643.

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

Color convert

RGB 19 86 253 -
CMYK 0.92 0.66 0 0.01
HSL 222.82º 0.98% 0.53% -
HSV(B) 222.82º 0.92% 0.99% -
XYZ 21.33 13.89 94.48 -
YUV 85.01 222.8 80.92 -
System Red Green Blue C M Y K H S L
Decimal 19 86 253 0.92 0.66 0 0.01 222.82 0.98 0.53
Hex 13 56 FD 5C 42 0 1 DF 62 35
Octal 23 126 375 134 102 0 1 337 142 65
Binary 10011 1010110 11111101 1011100 1000010 0 1 11011111 1100010 110101

Color Harmonies of #1356FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1356FD

Black with #1356FD

Text Example


Text Example

White with #1356FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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