Html Css Color HEX #1456FC Royal Blue

📋 copy color: '#1456FC'

red 20 ◦ green 86 ◦ blue 252

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

Shades of Royal Blue #1456FC

Tints of Royal Blue #1456FC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.02%

 BLUE value IS 252 (98.83% from 255) = 70.39%

R = 5.59%
G = 24.02%
B = 70.39%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1456FC (or 0x1456FC) is known color: Royal Blue. HEX triplet: 14, 56 and FC. RGB value is (20,86,252). Sum of RGB (Red+Green+Blue) = 20+86+252=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #1456FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1456FC is #EBA903. Grayscale: #545454. Windows color (decimal): -15444228 or 16537108. OLE color: 16537108.

HSL color Cylindrical-coordinate representation of color #1456FC: hue angle of 222.93º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1456FC is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 86 252 -
CMYK 0.92 0.66 0 0.01
HSL 222.93º 0.97% 0.53% -
HSV(B) 222.93º 0.92% 0.99% -
XYZ 21.19 13.83 93.65 -
YUV 85.19 222.13 81.5 -
System Red Green Blue C M Y K H S L
Decimal 20 86 252 0.92 0.66 0 0.01 222.93 0.97 0.53
Hex 14 56 FC 5C 42 0 1 DF 61 35
Octal 24 126 374 134 102 0 1 337 141 65
Binary 10100 1010110 11111100 1011100 1000010 0 1 11011111 1100001 110101

Color Harmonies of #1456FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1456FC

Black with #1456FC

Text Example


Text Example

White with #1456FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1456FC; }

 p { color: rgb(20,86,252); }

 H1.HeaderClassName
 {
   color: #1456FC;
 }
 .AnyTagClassName
 {
   color: #1456FC;
 }
</style>

background-color css

<style>
 a { background-color: #1456FC; }

 a { background-color: rgb(20,86,252); }

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

border-color css

<style>
 span { border-color: #1456FC; }

 span { border-color: rgb(20,86,252); }

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