Html Css Color HEX #1454FB Royal Blue

📋 copy color: '#1454FB'

red 20 ◦ green 84 ◦ blue 251

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

Shades of Royal Blue #1454FB

Tints of Royal Blue #1454FB

RGB

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

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

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

R = 5.63%
G = 23.66%
B = 70.7%

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

#1454FB (or 0x1454FB) is known color: Royal Blue. HEX triplet: 14, 54 and FB. RGB value is (20,84,251). Sum of RGB (Red+Green+Blue) = 20+84+251=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #1454FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1454FB is #EBAB04. Grayscale: #535353. Windows color (decimal): -15444741 or 16471060. OLE color: 16471060.

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

Color convert

RGB 20 84 251 -
CMYK 0.92 0.67 0 0.02
HSL 223.38º 0.97% 0.53% -
HSV(B) 223.38º 0.92% 0.98% -
XYZ 20.87 13.45 92.76 -
YUV 83.9 222.3 82.42 -
System Red Green Blue C M Y K H S L
Decimal 20 84 251 0.92 0.67 0 0.02 223.38 0.97 0.53
Hex 14 54 FB 5C 43 0 2 DF 61 35
Octal 24 124 373 134 103 0 2 337 141 65
Binary 10100 1010100 11111011 1011100 1000011 0 10 11011111 1100001 110101

Color Harmonies of #1454FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1454FB

Black with #1454FB

Text Example


Text Example

White with #1454FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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