Html Css Color HEX #455DDB Royal Blue

📋 copy color: '#455DDB'

red 69 ◦ green 93 ◦ blue 219

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

Shades of Royal Blue #455DDB

Tints of Royal Blue #455DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.41%

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

R = 18.11%
G = 24.41%
B = 57.48%

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

#455DDB (or 0x455DDB) is known color: Royal Blue. HEX triplet: 45, 5D and DB. RGB value is (69,93,219). Sum of RGB (Red+Green+Blue) = 69+93+219=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #455DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455DDB is #BAA224. Grayscale: #636363. Windows color (decimal): -12231205 or 14376261. OLE color: 14376261.

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

Color convert

RGB 69 93 219 -
CMYK 0.68 0.58 0 0.14
HSL 230.4º 0.68% 0.56% -
HSV(B) 230.4º 0.68% 0.86% -
XYZ 19.15 14.21 68.75 -
YUV 100.19 195.05 105.75 -
System Red Green Blue C M Y K H S L
Decimal 69 93 219 0.68 0.58 0 0.14 230.4 0.68 0.56
Hex 45 5D DB 44 3A 0 E E6 44 38
Octal 105 135 333 104 72 0 16 346 104 70
Binary 1000101 1011101 11011011 1000100 111010 0 1110 11100110 1000100 111000

Color Harmonies of #455DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455DDB

Black with #455DDB

Text Example


Text Example

White with #455DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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