Html Css Color HEX #456EDA Royal Blue

📋 copy color: '#456EDA'

red 69 ◦ green 110 ◦ blue 218

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

Shades of Royal Blue #456EDA

Tints of Royal Blue #456EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.91%

R = 17.38%
G = 27.71%
B = 54.91%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#456EDA (or 0x456EDA) is known color: Royal Blue. HEX triplet: 45, 6E and DA. RGB value is (69,110,218). Sum of RGB (Red+Green+Blue) = 69+110+218=397 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.38% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #456EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456EDA is #BA9125. Grayscale: #6D6D6D. Windows color (decimal): -12226854 or 14315077. OLE color: 14315077.

HSL color Cylindrical-coordinate representation of color #456EDA: hue angle of 223.49º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #456EDA is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 69 110 218 -
CMYK 0.68 0.50 0 0.15
HSL 223.49º 0.67% 0.56% -
HSV(B) 223.49º 0.68% 0.85% -
XYZ 20.69 17.48 68.61 -
YUV 110.05 188.92 98.72 -
System Red Green Blue C M Y K H S L
Decimal 69 110 218 0.68 0.50 0 0.15 223.49 0.67 0.56
Hex 45 6E DA 44 32 0 F DF 43 38
Octal 105 156 332 104 62 0 17 337 103 70
Binary 1000101 1101110 11011010 1000100 110010 0 1111 11011111 1000011 111000

Color Harmonies of #456EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456EDA

Black with #456EDA

Text Example


Text Example

White with #456EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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