Html Css Color HEX #455FDB Royal Blue

📋 copy color: '#455FDB'

red 69 ◦ green 95 ◦ blue 219

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

Shades of Royal Blue #455FDB

Tints of Royal Blue #455FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.8%

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

R = 18.02%
G = 24.8%
B = 57.18%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#455FDB (or 0x455FDB) is known color: Royal Blue. HEX triplet: 45, 5F and DB. RGB value is (69,95,219). Sum of RGB (Red+Green+Blue) = 69+95+219=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #455FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455FDB is #BAA024. Grayscale: #646464. Windows color (decimal): -12230693 or 14376773. OLE color: 14376773.

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

Color convert

RGB 69 95 219 -
CMYK 0.68 0.57 0 0.14
HSL 229.6º 0.68% 0.56% -
HSV(B) 229.6º 0.68% 0.86% -
XYZ 19.33 14.56 68.81 -
YUV 101.36 194.39 104.92 -
System Red Green Blue C M Y K H S L
Decimal 69 95 219 0.68 0.57 0 0.14 229.6 0.68 0.56
Hex 45 5F DB 44 39 0 E E6 44 38
Octal 105 137 333 104 71 0 16 346 104 70
Binary 1000101 1011111 11011011 1000100 111001 0 1110 11100110 1000100 111000

Color Harmonies of #455FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455FDB

Black with #455FDB

Text Example


Text Example

White with #455FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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