Html Css Color HEX #456BDD Royal Blue

📋 copy color: '#456BDD'

red 69 ◦ green 107 ◦ blue 221

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

Shades of Royal Blue #456BDD

Tints of Royal Blue #456BDD

RGB

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

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

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

R = 17.38%
G = 26.95%
B = 55.67%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#456BDD (or 0x456BDD) is known color: Royal Blue. HEX triplet: 45, 6B and DD. RGB value is (69,107,221). Sum of RGB (Red+Green+Blue) = 69+107+221=397 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.38% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #456BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456BDD is #BA9422. Grayscale: #6C6C6C. Windows color (decimal): -12227619 or 14510917. OLE color: 14510917.

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

Color convert

RGB 69 107 221 -
CMYK 0.69 0.52 0 0.13
HSL 225º 0.69% 0.57% -
HSV(B) 225º 0.69% 0.87% -
XYZ 20.76 17 70.59 -
YUV 108.63 191.41 99.73 -
System Red Green Blue C M Y K H S L
Decimal 69 107 221 0.69 0.52 0 0.13 225 0.69 0.57
Hex 45 6B DD 45 34 0 D E1 45 39
Octal 105 153 335 105 64 0 15 341 105 71
Binary 1000101 1101011 11011101 1000101 110100 0 1101 11100001 1000101 111001

Color Harmonies of #456BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456BDD

Black with #456BDD

Text Example


Text Example

White with #456BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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