Html Css Color HEX #455EDC Royal Blue

📋 copy color: '#455EDC'

red 69 ◦ green 94 ◦ blue 220

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

Shades of Royal Blue #455EDC

Tints of Royal Blue #455EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.54%

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

R = 18.02%
G = 24.54%
B = 57.44%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#455EDC (or 0x455EDC) is known color: Royal Blue. HEX triplet: 45, 5E and DC. RGB value is (69,94,220). Sum of RGB (Red+Green+Blue) = 69+94+220=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #455EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455EDC is #BAA123. Grayscale: #646464. Windows color (decimal): -12230948 or 14442053. OLE color: 14442053.

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

Color convert

RGB 69 94 220 -
CMYK 0.69 0.57 0 0.14
HSL 230.07º 0.68% 0.57% -
HSV(B) 230.07º 0.69% 0.86% -
XYZ 19.38 14.44 69.48 -
YUV 100.89 195.22 105.25 -
System Red Green Blue C M Y K H S L
Decimal 69 94 220 0.69 0.57 0 0.14 230.07 0.68 0.57
Hex 45 5E DC 45 39 0 E E6 44 39
Octal 105 136 334 105 71 0 16 346 104 71
Binary 1000101 1011110 11011100 1000101 111001 0 1110 11100110 1000100 111001

Color Harmonies of #455EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455EDC

Black with #455EDC

Text Example


Text Example

White with #455EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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