Html Css Color HEX #455BDB Royal Blue

📋 copy color: '#455BDB'

red 69 ◦ green 91 ◦ blue 219

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

Shades of Royal Blue #455BDB

Tints of Royal Blue #455BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.01%

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

R = 18.21%
G = 24.01%
B = 57.78%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#455BDB (or 0x455BDB) is known color: Royal Blue. HEX triplet: 45, 5B and DB. RGB value is (69,91,219). Sum of RGB (Red+Green+Blue) = 69+91+219=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #455BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455BDB is #BAA424. Grayscale: #626262. Windows color (decimal): -12231717 or 14375749. OLE color: 14375749.

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

Color convert

RGB 69 91 219 -
CMYK 0.68 0.58 0 0.14
HSL 231.2º 0.68% 0.56% -
HSV(B) 231.2º 0.68% 0.86% -
XYZ 18.98 13.86 68.69 -
YUV 99.01 195.71 106.59 -
System Red Green Blue C M Y K H S L
Decimal 69 91 219 0.68 0.58 0 0.14 231.2 0.68 0.56
Hex 45 5B DB 44 3A 0 E E7 44 38
Octal 105 133 333 104 72 0 16 347 104 70
Binary 1000101 1011011 11011011 1000100 111010 0 1110 11100111 1000100 111000

Color Harmonies of #455BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455BDB

Black with #455BDB

Text Example


Text Example

White with #455BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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