Html Css Color HEX #455BDC Royal Blue

📋 copy color: '#455BDC'

red 69 ◦ green 91 ◦ blue 220

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

Shades of Royal Blue #455BDC

Tints of Royal Blue #455BDC

RGB

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

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

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

R = 18.16%
G = 23.95%
B = 57.89%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#455BDC (or 0x455BDC) is known color: Royal Blue. HEX triplet: 45, 5B and DC. RGB value is (69,91,220). Sum of RGB (Red+Green+Blue) = 69+91+220=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #455BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455BDC is #BAA423. Grayscale: #626262. Windows color (decimal): -12231716 or 14441285. OLE color: 14441285.

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

Color convert

RGB 69 91 220 -
CMYK 0.69 0.59 0 0.14
HSL 231.26º 0.68% 0.57% -
HSV(B) 231.26º 0.69% 0.86% -
XYZ 19.11 13.91 69.39 -
YUV 99.13 196.21 106.51 -
System Red Green Blue C M Y K H S L
Decimal 69 91 220 0.69 0.59 0 0.14 231.26 0.68 0.57
Hex 45 5B DC 45 3B 0 E E7 44 39
Octal 105 133 334 105 73 0 16 347 104 71
Binary 1000101 1011011 11011100 1000101 111011 0 1110 11100111 1000100 111001

Color Harmonies of #455BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455BDC

Black with #455BDC

Text Example


Text Example

White with #455BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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