Html Css Color HEX #1453FC Royal Blue

📋 copy color: '#1453FC'

red 20 ◦ green 83 ◦ blue 252

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

Shades of Royal Blue #1453FC

Tints of Royal Blue #1453FC

RGB

 RED value IS 20 (8.2% from 255) = 5.63%

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

 BLUE value IS 252 (98.83% from 255) = 70.99%

R = 5.63%
G = 23.38%
B = 70.99%

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

#1453FC (or 0x1453FC) is known color: Royal Blue. HEX triplet: 14, 53 and FC. RGB value is (20,83,252). Sum of RGB (Red+Green+Blue) = 20+83+252=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 252 (98.83% from 255 or 70.99% from 355); Max value from RGB is 252 - color contains mainly: blue. Hex color #1453FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1453FC is #EBAC03. Grayscale: #525252. Windows color (decimal): -15444996 or 16536340. OLE color: 16536340.

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

Color convert

RGB 20 83 252 -
CMYK 0.92 0.67 0 0.01
HSL 223.71º 0.97% 0.53% -
HSV(B) 223.71º 0.92% 0.99% -
XYZ 20.95 13.36 93.57 -
YUV 83.43 223.13 82.76 -
System Red Green Blue C M Y K H S L
Decimal 20 83 252 0.92 0.67 0 0.01 223.71 0.97 0.53
Hex 14 53 FC 5C 43 0 1 E0 61 35
Octal 24 123 374 134 103 0 1 340 141 65
Binary 10100 1010011 11111100 1011100 1000011 0 1 11100000 1100001 110101

Color Harmonies of #1453FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1453FC

Black with #1453FC

Text Example


Text Example

White with #1453FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1453FC; }

 p { color: rgb(20,83,252); }

 H1.HeaderClassName
 {
   color: #1453FC;
 }
 .AnyTagClassName
 {
   color: #1453FC;
 }
</style>

background-color css

<style>
 a { background-color: #1453FC; }

 a { background-color: rgb(20,83,252); }

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

border-color css

<style>
 span { border-color: #1453FC; }

 span { border-color: rgb(20,83,252); }

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