Html Css Color HEX #456EFE Royal Blue

📋 copy color: '#456EFE'

red 69 ◦ green 110 ◦ blue 254

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

Shades of Royal Blue #456EFE

Tints of Royal Blue #456EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.66%

R = 15.94%
G = 25.4%
B = 58.66%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#456EFE (or 0x456EFE) is known color: Royal Blue. HEX triplet: 45, 6E and FE. RGB value is (69,110,254). Sum of RGB (Red+Green+Blue) = 69+110+254=433 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.94% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #456EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456EFE is #BA9101. Grayscale: #717171. Windows color (decimal): -12226818 or 16674373. OLE color: 16674373.

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

Color convert

RGB 69 110 254 -
CMYK 0.73 0.57 0 0.00
HSL 226.7º 0.99% 0.63% -
HSV(B) 226.7º 0.73% 1% -
XYZ 25.92 19.57 96.18 -
YUV 114.16 206.92 95.79 -
System Red Green Blue C M Y K H S L
Decimal 69 110 254 0.73 0.57 0 0.00 226.7 0.99 0.63
Hex 45 6E FE 49 39 0 0 E3 63 3F
Octal 105 156 376 111 71 0 0 343 143 77
Binary 1000101 1101110 11111110 1001001 111001 0 0 11100011 1100011 111111

Color Harmonies of #456EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456EFE

Black with #456EFE

Text Example


Text Example

White with #456EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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