Html Css Color HEX #456CDD Royal Blue

📋 copy color: '#456CDD'

red 69 ◦ green 108 ◦ blue 221

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

Shades of Royal Blue #456CDD

Tints of Royal Blue #456CDD

RGB

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

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

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

R = 17.34%
G = 27.14%
B = 55.53%

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

#456CDD (or 0x456CDD) is known color: Royal Blue. HEX triplet: 45, 6C and DD. RGB value is (69,108,221). Sum of RGB (Red+Green+Blue) = 69+108+221=398 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.34% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #456CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456CDD is #BA9322. Grayscale: #6C6C6C. Windows color (decimal): -12227363 or 14511173. OLE color: 14511173.

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

Color convert

RGB 69 108 221 -
CMYK 0.69 0.51 0 0.13
HSL 224.61º 0.69% 0.57% -
HSV(B) 224.61º 0.69% 0.87% -
XYZ 20.87 17.21 70.63 -
YUV 109.22 191.08 99.31 -
System Red Green Blue C M Y K H S L
Decimal 69 108 221 0.69 0.51 0 0.13 224.61 0.69 0.57
Hex 45 6C DD 45 33 0 D E1 45 39
Octal 105 154 335 105 63 0 15 341 105 71
Binary 1000101 1101100 11011101 1000101 110011 0 1101 11100001 1000101 111001

Color Harmonies of #456CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456CDD

Black with #456CDD

Text Example


Text Example

White with #456CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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