Html Css Color HEX #456BDC Royal Blue

📋 copy color: '#456BDC'

red 69 ◦ green 107 ◦ blue 220

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

Shades of Royal Blue #456BDC

Tints of Royal Blue #456BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.02%

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

R = 17.42%
G = 27.02%
B = 55.56%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#456BDC (or 0x456BDC) is known color: Royal Blue. HEX triplet: 45, 6B and DC. RGB value is (69,107,220). Sum of RGB (Red+Green+Blue) = 69+107+220=396 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.42% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #456BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456BDC is #BA9423. Grayscale: #6C6C6C. Windows color (decimal): -12227620 or 14445381. OLE color: 14445381.

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

Color convert

RGB 69 107 220 -
CMYK 0.69 0.51 0 0.14
HSL 224.9º 0.68% 0.57% -
HSV(B) 224.9º 0.69% 0.86% -
XYZ 20.63 16.95 69.89 -
YUV 108.52 190.91 99.81 -
System Red Green Blue C M Y K H S L
Decimal 69 107 220 0.69 0.51 0 0.14 224.9 0.68 0.57
Hex 45 6B DC 45 33 0 E E1 44 39
Octal 105 153 334 105 63 0 16 341 104 71
Binary 1000101 1101011 11011100 1000101 110011 0 1110 11100001 1000100 111001

Color Harmonies of #456BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456BDC

Black with #456BDC

Text Example


Text Example

White with #456BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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