Html Css Color HEX #456FFE Royal Blue

📋 copy color: '#456FFE'

red 69 ◦ green 111 ◦ blue 254

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

Shades of Royal Blue #456FFE

Tints of Royal Blue #456FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.58%

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

R = 15.9%
G = 25.58%
B = 58.53%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#456FFE (or 0x456FFE) is known color: Royal Blue. HEX triplet: 45, 6F and FE. RGB value is (69,111,254). Sum of RGB (Red+Green+Blue) = 69+111+254=434 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.90% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #456FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456FFE is #BA9001. Grayscale: #727272. Windows color (decimal): -12226562 or 16674629. OLE color: 16674629.

HSL color Cylindrical-coordinate representation of color #456FFE: hue angle of 226.38º 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 #456FFE is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 69 111 254 -
CMYK 0.73 0.56 0 0.00
HSL 226.38º 0.99% 0.63% -
HSV(B) 226.38º 0.73% 1% -
XYZ 26.03 19.79 96.21 -
YUV 114.74 206.59 95.37 -
System Red Green Blue C M Y K H S L
Decimal 69 111 254 0.73 0.56 0 0.00 226.38 0.99 0.63
Hex 45 6F FE 49 38 0 0 E2 63 3F
Octal 105 157 376 111 70 0 0 342 143 77
Binary 1000101 1101111 11111110 1001001 111000 0 0 11100010 1100011 111111

Color Harmonies of #456FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456FFE

Black with #456FFE

Text Example


Text Example

White with #456FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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