Html Css Color HEX #455CDC Royal Blue

📋 copy color: '#455CDC'

red 69 ◦ green 92 ◦ blue 220

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

Shades of Royal Blue #455CDC

Tints of Royal Blue #455CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.15%

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

R = 18.11%
G = 24.15%
B = 57.74%

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

#455CDC (or 0x455CDC) is known color: Royal Blue. HEX triplet: 45, 5C and DC. RGB value is (69,92,220). Sum of RGB (Red+Green+Blue) = 69+92+220=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #455CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455CDC is #BAA323. Grayscale: #636363. Windows color (decimal): -12231460 or 14441541. OLE color: 14441541.

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

Color convert

RGB 69 92 220 -
CMYK 0.69 0.58 0 0.14
HSL 230.86º 0.68% 0.57% -
HSV(B) 230.86º 0.69% 0.86% -
XYZ 19.2 14.09 69.42 -
YUV 99.72 195.88 106.09 -
System Red Green Blue C M Y K H S L
Decimal 69 92 220 0.69 0.58 0 0.14 230.86 0.68 0.57
Hex 45 5C DC 45 3A 0 E E7 44 39
Octal 105 134 334 105 72 0 16 347 104 71
Binary 1000101 1011100 11011100 1000101 111010 0 1110 11100111 1000100 111001

Color Harmonies of #455CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455CDC

Black with #455CDC

Text Example


Text Example

White with #455CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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