Html Css Color HEX #456CE5 Royal Blue

📋 copy color: '#456CE5'

red 69 ◦ green 108 ◦ blue 229

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

Shades of Royal Blue #456CE5

Tints of Royal Blue #456CE5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.6%

 BLUE value IS 229 (89.84% from 255) = 56.4%

R = 17%
G = 26.6%
B = 56.4%

CMYK

 C value IS 0.70

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#456CE5 (or 0x456CE5) is known color: Royal Blue. HEX triplet: 45, 6C and E5. RGB value is (69,108,229). Sum of RGB (Red+Green+Blue) = 69+108+229=406 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.00% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #456CE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456CE5 is #BA931A. Grayscale: #6D6D6D. Windows color (decimal): -12227355 or 15035461. OLE color: 15035461.

HSL color Cylindrical-coordinate representation of color #456CE5: hue angle of 225.38º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #456CE5 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 69 108 229 -
CMYK 0.70 0.53 0 0.10
HSL 225.38º 0.75% 0.58% -
HSV(B) 225.38º 0.7% 0.9% -
XYZ 21.96 17.65 76.38 -
YUV 110.13 195.08 98.66 -
System Red Green Blue C M Y K H S L
Decimal 69 108 229 0.70 0.53 0 0.10 225.38 0.75 0.58
Hex 45 6C E5 46 35 0 A E1 4B 3A
Octal 105 154 345 106 65 0 12 341 113 72
Binary 1000101 1101100 11100101 1000110 110101 0 1010 11100001 1001011 111010

Color Harmonies of #456CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456CE5

Black with #456CE5

Text Example


Text Example

White with #456CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,108,229); }

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

background-color css

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

 a { background-color: rgb(69,108,229); }

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

border-color css

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

 span { border-color: rgb(69,108,229); }

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