Html Css Color HEX #1450FB Royal Blue

📋 copy color: '#1450FB'

red 20 ◦ green 80 ◦ blue 251

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

Shades of Royal Blue #1450FB

Tints of Royal Blue #1450FB

RGB

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

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

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

R = 5.7%
G = 22.79%
B = 71.51%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1450FB (or 0x1450FB) is known color: Royal Blue. HEX triplet: 14, 50 and FB. RGB value is (20,80,251). Sum of RGB (Red+Green+Blue) = 20+80+251=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #1450FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1450FB is #EBAF04. Grayscale: #505050. Windows color (decimal): -15445765 or 16470036. OLE color: 16470036.

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

Color convert

RGB 20 80 251 -
CMYK 0.92 0.68 0 0.02
HSL 224.42º 0.97% 0.53% -
HSV(B) 224.42º 0.92% 0.98% -
XYZ 20.57 12.85 92.66 -
YUV 81.55 223.62 84.1 -
System Red Green Blue C M Y K H S L
Decimal 20 80 251 0.92 0.68 0 0.02 224.42 0.97 0.53
Hex 14 50 FB 5C 44 0 2 E0 61 35
Octal 24 120 373 134 104 0 2 340 141 65
Binary 10100 1010000 11111011 1011100 1000100 0 10 11100000 1100001 110101

Color Harmonies of #1450FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1450FB

Black with #1450FB

Text Example


Text Example

White with #1450FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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