Html Css Color HEX #1353FD Royal Blue

📋 copy color: '#1353FD'

red 19 ◦ green 83 ◦ blue 253

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

Shades of Royal Blue #1353FD

Tints of Royal Blue #1353FD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

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

R = 5.35%
G = 23.38%
B = 71.27%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1353FD (or 0x1353FD) is known color: Royal Blue. HEX triplet: 13, 53 and FD. RGB value is (19,83,253). Sum of RGB (Red+Green+Blue) = 19+83+253=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #1353FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1353FD is #ECAC02. Grayscale: #525252. Windows color (decimal): -15510531 or 16601875. OLE color: 16601875.

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

Color convert

RGB 19 83 253 -
CMYK 0.92 0.67 0 0.01
HSL 223.59º 0.98% 0.53% -
HSV(B) 223.59º 0.92% 0.99% -
XYZ 21.09 13.42 94.41 -
YUV 83.24 223.8 82.18 -
System Red Green Blue C M Y K H S L
Decimal 19 83 253 0.92 0.67 0 0.01 223.59 0.98 0.53
Hex 13 53 FD 5C 43 0 1 E0 62 35
Octal 23 123 375 134 103 0 1 340 142 65
Binary 10011 1010011 11111101 1011100 1000011 0 1 11100000 1100010 110101

Color Harmonies of #1353FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1353FD

Black with #1353FD

Text Example


Text Example

White with #1353FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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