Html Css Color HEX #456DDE Royal Blue

📋 copy color: '#456DDE'

red 69 ◦ green 109 ◦ blue 222

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

Shades of Royal Blue #456DDE

Tints of Royal Blue #456DDE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.25%

 BLUE value IS 222 (87.11% from 255) = 55.5%

R = 17.25%
G = 27.25%
B = 55.5%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#456DDE (or 0x456DDE) is known color: Royal Blue. HEX triplet: 45, 6D and DE. RGB value is (69,109,222). Sum of RGB (Red+Green+Blue) = 69+109+222=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #456DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456DDE is #BA9221. Grayscale: #6D6D6D. Windows color (decimal): -12227106 or 14576965. OLE color: 14576965.

HSL color Cylindrical-coordinate representation of color #456DDE: hue angle of 224.31º degrees, saturation: 0.7, 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 #456DDE is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 109 222 -
CMYK 0.69 0.51 0 0.13
HSL 224.31º 0.7% 0.57% -
HSV(B) 224.31º 0.69% 0.87% -
XYZ 21.11 17.48 71.37 -
YUV 109.92 191.25 98.81 -
System Red Green Blue C M Y K H S L
Decimal 69 109 222 0.69 0.51 0 0.13 224.31 0.7 0.57
Hex 45 6D DE 45 33 0 D E0 46 39
Octal 105 155 336 105 63 0 15 340 106 71
Binary 1000101 1101101 11011110 1000101 110011 0 1101 11100000 1000110 111001

Color Harmonies of #456DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456DDE

Black with #456DDE

Text Example


Text Example

White with #456DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,109,222); }

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

background-color css

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

 a { background-color: rgb(69,109,222); }

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

border-color css

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

 span { border-color: rgb(69,109,222); }

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