Html Css Color HEX #455DDC Royal Blue

📋 copy color: '#455DDC'

red 69 ◦ green 93 ◦ blue 220

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

Shades of Royal Blue #455DDC

Tints of Royal Blue #455DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.59%

R = 18.06%
G = 24.35%
B = 57.59%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#455DDC (or 0x455DDC) is known color: Royal Blue. HEX triplet: 45, 5D and DC. RGB value is (69,93,220). Sum of RGB (Red+Green+Blue) = 69+93+220=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #455DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455DDC is #BAA223. Grayscale: #636363. Windows color (decimal): -12231204 or 14441797. OLE color: 14441797.

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

Color convert

RGB 69 93 220 -
CMYK 0.69 0.58 0 0.14
HSL 230.46º 0.68% 0.57% -
HSV(B) 230.46º 0.69% 0.86% -
XYZ 19.29 14.26 69.45 -
YUV 100.3 195.55 105.67 -
System Red Green Blue C M Y K H S L
Decimal 69 93 220 0.69 0.58 0 0.14 230.46 0.68 0.57
Hex 45 5D DC 45 3A 0 E E6 44 39
Octal 105 135 334 105 72 0 16 346 104 71
Binary 1000101 1011101 11011100 1000101 111010 0 1110 11100110 1000100 111001

Color Harmonies of #455DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455DDC

Black with #455DDC

Text Example


Text Example

White with #455DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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