Html Css Color HEX #456ADB Royal Blue

📋 copy color: '#456ADB'

red 69 ◦ green 106 ◦ blue 219

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

Shades of Royal Blue #456ADB

Tints of Royal Blue #456ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.58%

R = 17.51%
G = 26.9%
B = 55.58%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#456ADB (or 0x456ADB) is known color: Royal Blue. HEX triplet: 45, 6A and DB. RGB value is (69,106,219). Sum of RGB (Red+Green+Blue) = 69+106+219=394 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.51% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #456ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456ADB is #BA9524. Grayscale: #6B6B6B. Windows color (decimal): -12227877 or 14379589. OLE color: 14379589.

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

Color convert

RGB 69 106 219 -
CMYK 0.68 0.52 0 0.14
HSL 225.2º 0.68% 0.56% -
HSV(B) 225.2º 0.68% 0.86% -
XYZ 20.39 16.69 69.16 -
YUV 107.82 190.74 100.31 -
System Red Green Blue C M Y K H S L
Decimal 69 106 219 0.68 0.52 0 0.14 225.2 0.68 0.56
Hex 45 6A DB 44 34 0 E E1 44 38
Octal 105 152 333 104 64 0 16 341 104 70
Binary 1000101 1101010 11011011 1000100 110100 0 1110 11100001 1000100 111000

Color Harmonies of #456ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456ADB

Black with #456ADB

Text Example


Text Example

White with #456ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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