Html Css Color HEX #456DDC Royal Blue

📋 copy color: '#456DDC'

red 69 ◦ green 109 ◦ blue 220

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

Shades of Royal Blue #456DDC

Tints of Royal Blue #456DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.28%

R = 17.34%
G = 27.39%
B = 55.28%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#456DDC (or 0x456DDC) is known color: Royal Blue. HEX triplet: 45, 6D and DC. RGB value is (69,109,220). Sum of RGB (Red+Green+Blue) = 69+109+220=398 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.34% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #456DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456DDC is #BA9223. Grayscale: #6D6D6D. Windows color (decimal): -12227108 or 14445893. OLE color: 14445893.

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

Color convert

RGB 69 109 220 -
CMYK 0.69 0.50 0 0.14
HSL 224.11º 0.68% 0.57% -
HSV(B) 224.11º 0.69% 0.86% -
XYZ 20.84 17.37 69.96 -
YUV 109.69 190.25 98.97 -
System Red Green Blue C M Y K H S L
Decimal 69 109 220 0.69 0.50 0 0.14 224.11 0.68 0.57
Hex 45 6D DC 45 32 0 E E0 44 39
Octal 105 155 334 105 62 0 16 340 104 71
Binary 1000101 1101101 11011100 1000101 110010 0 1110 11100000 1000100 111001

Color Harmonies of #456DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456DDC

Black with #456DDC

Text Example


Text Example

White with #456DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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