Html Css Color HEX #4565DC Royal Blue

📋 copy color: '#4565DC'

red 69 ◦ green 101 ◦ blue 220

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

Shades of Royal Blue #4565DC

Tints of Royal Blue #4565DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.9%

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

R = 17.69%
G = 25.9%
B = 56.41%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4565DC (or 0x4565DC) is known color: Royal Blue. HEX triplet: 45, 65 and DC. RGB value is (69,101,220). Sum of RGB (Red+Green+Blue) = 69+101+220=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #4565DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4565DC is #BA9A23. Grayscale: #686868. Windows color (decimal): -12229156 or 14443845. OLE color: 14443845.

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

Color convert

RGB 69 101 220 -
CMYK 0.69 0.54 0 0.14
HSL 227.28º 0.68% 0.57% -
HSV(B) 227.28º 0.69% 0.86% -
XYZ 20.03 15.74 69.69 -
YUV 105 192.9 102.32 -
System Red Green Blue C M Y K H S L
Decimal 69 101 220 0.69 0.54 0 0.14 227.28 0.68 0.57
Hex 45 65 DC 45 36 0 E E3 44 39
Octal 105 145 334 105 66 0 16 343 104 71
Binary 1000101 1100101 11011100 1000101 110110 0 1110 11100011 1000100 111001

Color Harmonies of #4565DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4565DC

Black with #4565DC

Text Example


Text Example

White with #4565DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4565DC; }

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

 H1.HeaderClassName
 {
   color: #4565DC;
 }
 .AnyTagClassName
 {
   color: #4565DC;
 }
</style>

background-color css

<style>
 a { background-color: #4565DC; }

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

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

border-color css

<style>
 span { border-color: #4565DC; }

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

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