Html Css Color HEX #1453FE Royal Blue

📋 copy color: '#1453FE'

red 20 ◦ green 83 ◦ blue 254

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

Shades of Royal Blue #1453FE

Tints of Royal Blue #1453FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 71.15%

R = 5.6%
G = 23.25%
B = 71.15%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1453FE (or 0x1453FE) is known color: Royal Blue. HEX triplet: 14, 53 and FE. RGB value is (20,83,254). Sum of RGB (Red+Green+Blue) = 20+83+254=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #1453FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1453FE is #EBAC01. Grayscale: #525252. Windows color (decimal): -15444994 or 16667412. OLE color: 16667412.

HSL color Cylindrical-coordinate representation of color #1453FE: hue angle of 223.85º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1453FE is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 20 83 254 -
CMYK 0.92 0.67 0 0.00
HSL 223.85º 0.99% 0.54% -
HSV(B) 223.85º 0.92% 1% -
XYZ 21.27 13.49 95.25 -
YUV 83.66 224.13 82.6 -
System Red Green Blue C M Y K H S L
Decimal 20 83 254 0.92 0.67 0 0.00 223.85 0.99 0.54
Hex 14 53 FE 5C 43 0 0 E0 63 36
Octal 24 123 376 134 103 0 0 340 143 66
Binary 10100 1010011 11111110 1011100 1000011 0 0 11100000 1100011 110110

Color Harmonies of #1453FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1453FE

Black with #1453FE

Text Example


Text Example

White with #1453FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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