Html Css Color HEX #1453FB Royal Blue

📋 copy color: '#1453FB'

red 20 ◦ green 83 ◦ blue 251

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

Shades of Royal Blue #1453FB

Tints of Royal Blue #1453FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 70.9%

R = 5.65%
G = 23.45%
B = 70.9%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1453FB (or 0x1453FB) is known color: Royal Blue. HEX triplet: 14, 53 and FB. RGB value is (20,83,251). Sum of RGB (Red+Green+Blue) = 20+83+251=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #1453FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1453FB is #EBAC04. Grayscale: #525252. Windows color (decimal): -15444997 or 16470804. OLE color: 16470804.

HSL color Cylindrical-coordinate representation of color #1453FB: hue angle of 223.64º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1453FB is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 83 251 -
CMYK 0.92 0.67 0 0.02
HSL 223.64º 0.97% 0.53% -
HSV(B) 223.64º 0.92% 0.98% -
XYZ 20.79 13.3 92.74 -
YUV 83.32 222.63 82.84 -
System Red Green Blue C M Y K H S L
Decimal 20 83 251 0.92 0.67 0 0.02 223.64 0.97 0.53
Hex 14 53 FB 5C 43 0 2 E0 61 35
Octal 24 123 373 134 103 0 2 340 141 65
Binary 10100 1010011 11111011 1011100 1000011 0 10 11100000 1100001 110101

Color Harmonies of #1453FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1453FB

Black with #1453FB

Text Example


Text Example

White with #1453FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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