Html Css Color HEX #1457F9 Royal Blue

📋 copy color: '#1457F9'

red 20 ◦ green 87 ◦ blue 249

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

Shades of Royal Blue #1457F9

Tints of Royal Blue #1457F9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.44%

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

R = 5.62%
G = 24.44%
B = 69.94%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1457F9 (or 0x1457F9) is known color: Royal Blue. HEX triplet: 14, 57 and F9. RGB value is (20,87,249). Sum of RGB (Red+Green+Blue) = 20+87+249=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 249 (97.66% from 255 or 69.94% from 356); Max value from RGB is 249 - color contains mainly: blue. Hex color #1457F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1457F9 is #EBA806. Grayscale: #545454. Windows color (decimal): -15443975 or 16340756. OLE color: 16340756.

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

Color convert

RGB 20 87 249 -
CMYK 0.92 0.65 0 0.02
HSL 222.45º 0.95% 0.53% -
HSV(B) 222.45º 0.92% 0.98% -
XYZ 20.8 13.8 91.19 -
YUV 85.44 220.3 81.33 -
System Red Green Blue C M Y K H S L
Decimal 20 87 249 0.92 0.65 0 0.02 222.45 0.95 0.53
Hex 14 57 F9 5C 41 0 2 DE 5F 35
Octal 24 127 371 134 101 0 2 336 137 65
Binary 10100 1010111 11111001 1011100 1000001 0 10 11011110 1011111 110101

Color Harmonies of #1457F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1457F9

Black with #1457F9

Text Example


Text Example

White with #1457F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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