Html Css Color HEX #1451F9 Royal Blue

📋 copy color: '#1451F9'

red 20 ◦ green 81 ◦ blue 249

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

Shades of Royal Blue #1451F9

Tints of Royal Blue #1451F9

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.14%

 BLUE value IS 249 (97.66% from 255) = 71.14%

R = 5.71%
G = 23.14%
B = 71.14%

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

#1451F9 (or 0x1451F9) is known color: Royal Blue. HEX triplet: 14, 51 and F9. RGB value is (20,81,249). Sum of RGB (Red+Green+Blue) = 20+81+249=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 249 (97.66% from 255 or 71.14% from 350); Max value from RGB is 249 - color contains mainly: blue. Hex color #1451F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1451F9 is #EBAE06. Grayscale: #515151. Windows color (decimal): -15445511 or 16339220. OLE color: 16339220.

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

Color convert

RGB 20 81 249 -
CMYK 0.92 0.67 0 0.02
HSL 224.02º 0.95% 0.53% -
HSV(B) 224.02º 0.92% 0.98% -
XYZ 20.33 12.87 91.04 -
YUV 81.91 222.29 83.84 -
System Red Green Blue C M Y K H S L
Decimal 20 81 249 0.92 0.67 0 0.02 224.02 0.95 0.53
Hex 14 51 F9 5C 43 0 2 E0 5F 35
Octal 24 121 371 134 103 0 2 340 137 65
Binary 10100 1010001 11111001 1011100 1000011 0 10 11100000 1011111 110101

Color Harmonies of #1451F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1451F9

Black with #1451F9

Text Example


Text Example

White with #1451F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1451F9; }

 p { color: rgb(20,81,249); }

 H1.HeaderClassName
 {
   color: #1451F9;
 }
 .AnyTagClassName
 {
   color: #1451F9;
 }
</style>

background-color css

<style>
 a { background-color: #1451F9; }

 a { background-color: rgb(20,81,249); }

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

border-color css

<style>
 span { border-color: #1451F9; }

 span { border-color: rgb(20,81,249); }

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