Html Css Color HEX #455DDD Royal Blue

📋 copy color: '#455DDD'

red 69 ◦ green 93 ◦ blue 221

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

Shades of Royal Blue #455DDD

Tints of Royal Blue #455DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.7%

R = 18.02%
G = 24.28%
B = 57.7%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#455DDD (or 0x455DDD) is known color: Royal Blue. HEX triplet: 45, 5D and DD. RGB value is (69,93,221). Sum of RGB (Red+Green+Blue) = 69+93+221=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #455DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455DDD is #BAA222. Grayscale: #636363. Windows color (decimal): -12231203 or 14507333. OLE color: 14507333.

HSL color Cylindrical-coordinate representation of color #455DDD: hue angle of 230.53º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #455DDD is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 93 221 -
CMYK 0.69 0.58 0 0.13
HSL 230.53º 0.69% 0.57% -
HSV(B) 230.53º 0.69% 0.87% -
XYZ 19.42 14.31 70.15 -
YUV 100.42 196.05 105.59 -
System Red Green Blue C M Y K H S L
Decimal 69 93 221 0.69 0.58 0 0.13 230.53 0.69 0.57
Hex 45 5D DD 45 3A 0 D E7 45 39
Octal 105 135 335 105 72 0 15 347 105 71
Binary 1000101 1011101 11011101 1000101 111010 0 1101 11100111 1000101 111001

Color Harmonies of #455DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455DDD

Black with #455DDD

Text Example


Text Example

White with #455DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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