Html Css Color HEX #1450FE Royal Blue

📋 copy color: '#1450FE'

red 20 ◦ green 80 ◦ blue 254

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

Shades of Royal Blue #1450FE

Tints of Royal Blue #1450FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

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

R = 5.65%
G = 22.6%
B = 71.75%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1450FE (or 0x1450FE) is known color: Royal Blue. HEX triplet: 14, 50 and FE. RGB value is (20,80,254). Sum of RGB (Red+Green+Blue) = 20+80+254=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #1450FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1450FE is #EBAF01. Grayscale: #515151. Windows color (decimal): -15445762 or 16666644. OLE color: 16666644.

HSL color Cylindrical-coordinate representation of color #1450FE: hue angle of 224.62º 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 #1450FE is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 20 80 254 -
CMYK 0.92 0.69 0 0.00
HSL 224.62º 0.99% 0.54% -
HSV(B) 224.62º 0.92% 1% -
XYZ 21.05 13.04 95.17 -
YUV 81.9 225.12 83.85 -
System Red Green Blue C M Y K H S L
Decimal 20 80 254 0.92 0.69 0 0.00 224.62 0.99 0.54
Hex 14 50 FE 5C 45 0 0 E1 63 36
Octal 24 120 376 134 105 0 0 341 143 66
Binary 10100 1010000 11111110 1011100 1000101 0 0 11100001 1100011 110110

Color Harmonies of #1450FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1450FE

Black with #1450FE

Text Example


Text Example

White with #1450FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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