Html Css Color HEX #456EFC Royal Blue

📋 copy color: '#456EFC'

red 69 ◦ green 110 ◦ blue 252

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

Shades of Royal Blue #456EFC

Tints of Royal Blue #456EFC

RGB

 RED value IS 69 (27.34% from 255) = 16.01%

 GREEN value IS 110 (43.36% from 255) = 25.52%

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

R = 16.01%
G = 25.52%
B = 58.47%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#456EFC (or 0x456EFC) is known color: Royal Blue. HEX triplet: 45, 6E and FC. RGB value is (69,110,252). Sum of RGB (Red+Green+Blue) = 69+110+252=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #456EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456EFC is #BA9103. Grayscale: #717171. Windows color (decimal): -12226820 or 16543301. OLE color: 16543301.

HSL color Cylindrical-coordinate representation of color #456EFC: hue angle of 226.56º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #456EFC is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 69 110 252 -
CMYK 0.73 0.56 0 0.01
HSL 226.56º 0.97% 0.63% -
HSV(B) 226.56º 0.73% 0.99% -
XYZ 25.6 19.45 94.5 -
YUV 113.93 205.92 95.95 -
System Red Green Blue C M Y K H S L
Decimal 69 110 252 0.73 0.56 0 0.01 226.56 0.97 0.63
Hex 45 6E FC 49 38 0 1 E3 61 3F
Octal 105 156 374 111 70 0 1 343 141 77
Binary 1000101 1101110 11111100 1001001 111000 0 1 11100011 1100001 111111

Color Harmonies of #456EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456EFC

Black with #456EFC

Text Example


Text Example

White with #456EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456EFC; }

 p { color: rgb(69,110,252); }

 H1.HeaderClassName
 {
   color: #456EFC;
 }
 .AnyTagClassName
 {
   color: #456EFC;
 }
</style>

background-color css

<style>
 a { background-color: #456EFC; }

 a { background-color: rgb(69,110,252); }

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

border-color css

<style>
 span { border-color: #456EFC; }

 span { border-color: rgb(69,110,252); }

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