Html Css Color HEX #455ADB Royal Blue

📋 copy color: '#455ADB'

red 69 ◦ green 90 ◦ blue 219

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

Shades of Royal Blue #455ADB

Tints of Royal Blue #455ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.81%

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

R = 18.25%
G = 23.81%
B = 57.94%

CMYK

 C value IS 0.68

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#455ADB (or 0x455ADB) is known color: Royal Blue. HEX triplet: 45, 5A and DB. RGB value is (69,90,219). Sum of RGB (Red+Green+Blue) = 69+90+219=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #455ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455ADB is #BAA524. Grayscale: #616161. Windows color (decimal): -12231973 or 14375493. OLE color: 14375493.

HSL color Cylindrical-coordinate representation of color #455ADB: hue angle of 231.6º 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 #455ADB is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 90 219 -
CMYK 0.68 0.59 0 0.14
HSL 231.6º 0.68% 0.56% -
HSV(B) 231.6º 0.68% 0.86% -
XYZ 18.9 13.69 68.66 -
YUV 98.43 196.04 107.01 -
System Red Green Blue C M Y K H S L
Decimal 69 90 219 0.68 0.59 0 0.14 231.6 0.68 0.56
Hex 45 5A DB 44 3B 0 E E8 44 38
Octal 105 132 333 104 73 0 16 350 104 70
Binary 1000101 1011010 11011011 1000100 111011 0 1110 11101000 1000100 111000

Color Harmonies of #455ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455ADB

Black with #455ADB

Text Example


Text Example

White with #455ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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