Html Css Color HEX #1354FD Royal Blue

📋 copy color: '#1354FD'

red 19 ◦ green 84 ◦ blue 253

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

Shades of Royal Blue #1354FD

Tints of Royal Blue #1354FD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.6%

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

R = 5.34%
G = 23.6%
B = 71.07%

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

#1354FD (or 0x1354FD) is known color: Royal Blue. HEX triplet: 13, 54 and FD. RGB value is (19,84,253). Sum of RGB (Red+Green+Blue) = 19+84+253=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 253 (99.22% from 255 or 71.07% from 356); Max value from RGB is 253 - color contains mainly: blue. Hex color #1354FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1354FD is #ECAB02. Grayscale: #535353. Windows color (decimal): -15510275 or 16602131. OLE color: 16602131.

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

Color convert

RGB 19 84 253 -
CMYK 0.92 0.67 0 0.01
HSL 223.33º 0.98% 0.53% -
HSV(B) 223.33º 0.92% 0.99% -
XYZ 21.17 13.57 94.43 -
YUV 83.83 223.47 81.76 -
System Red Green Blue C M Y K H S L
Decimal 19 84 253 0.92 0.67 0 0.01 223.33 0.98 0.53
Hex 13 54 FD 5C 43 0 1 DF 62 35
Octal 23 124 375 134 103 0 1 337 142 65
Binary 10011 1010100 11111101 1011100 1000011 0 1 11011111 1100010 110101

Color Harmonies of #1354FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1354FD

Black with #1354FD

Text Example


Text Example

White with #1354FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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