Html Css Color HEX #456EDD Royal Blue

📋 copy color: '#456EDD'

red 69 ◦ green 110 ◦ blue 221

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

Shades of Royal Blue #456EDD

Tints of Royal Blue #456EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.25%

R = 17.25%
G = 27.5%
B = 55.25%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#456EDD (or 0x456EDD) is known color: Royal Blue. HEX triplet: 45, 6E and DD. RGB value is (69,110,221). Sum of RGB (Red+Green+Blue) = 69+110+221=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #456EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456EDD is #BA9122. Grayscale: #6D6D6D. Windows color (decimal): -12226851 or 14511685. OLE color: 14511685.

HSL color Cylindrical-coordinate representation of color #456EDD: hue angle of 223.82º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #456EDD is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 110 221 -
CMYK 0.69 0.50 0 0.13
HSL 223.82º 0.69% 0.57% -
HSV(B) 223.82º 0.69% 0.87% -
XYZ 21.08 17.64 70.7 -
YUV 110.4 190.42 98.47 -
System Red Green Blue C M Y K H S L
Decimal 69 110 221 0.69 0.50 0 0.13 223.82 0.69 0.57
Hex 45 6E DD 45 32 0 D E0 45 39
Octal 105 156 335 105 62 0 15 340 105 71
Binary 1000101 1101110 11011101 1000101 110010 0 1101 11100000 1000101 111001

Color Harmonies of #456EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456EDD

Black with #456EDD

Text Example


Text Example

White with #456EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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