Html Css Color HEX #456ADD Royal Blue

📋 copy color: '#456ADD'

red 69 ◦ green 106 ◦ blue 221

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

Shades of Royal Blue #456ADD

Tints of Royal Blue #456ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.77%

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

R = 17.42%
G = 26.77%
B = 55.81%

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

#456ADD (or 0x456ADD) is known color: Royal Blue. HEX triplet: 45, 6A and DD. RGB value is (69,106,221). Sum of RGB (Red+Green+Blue) = 69+106+221=396 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.42% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #456ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456ADD is #BA9522. Grayscale: #6B6B6B. Windows color (decimal): -12227875 or 14510661. OLE color: 14510661.

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

Color convert

RGB 69 106 221 -
CMYK 0.69 0.52 0 0.13
HSL 225.39º 0.69% 0.57% -
HSV(B) 225.39º 0.69% 0.87% -
XYZ 20.66 16.79 70.56 -
YUV 108.05 191.74 100.15 -
System Red Green Blue C M Y K H S L
Decimal 69 106 221 0.69 0.52 0 0.13 225.39 0.69 0.57
Hex 45 6A DD 45 34 0 D E1 45 39
Octal 105 152 335 105 64 0 15 341 105 71
Binary 1000101 1101010 11011101 1000101 110100 0 1101 11100001 1000101 111001

Color Harmonies of #456ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456ADD

Black with #456ADD

Text Example


Text Example

White with #456ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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