Html Css Color HEX #4564DD Royal Blue

📋 copy color: '#4564DD'

red 69 ◦ green 100 ◦ blue 221

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

Shades of Royal Blue #4564DD

Tints of Royal Blue #4564DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.64%

 BLUE value IS 221 (86.72% from 255) = 56.67%

R = 17.69%
G = 25.64%
B = 56.67%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4564DD (or 0x4564DD) is known color: Royal Blue. HEX triplet: 45, 64 and DD. RGB value is (69,100,221). Sum of RGB (Red+Green+Blue) = 69+100+221=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #4564DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4564DD is #BA9B22. Grayscale: #686868. Windows color (decimal): -12229411 or 14509125. OLE color: 14509125.

HSL color Cylindrical-coordinate representation of color #4564DD: hue angle of 227.76º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4564DD is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 100 221 -
CMYK 0.69 0.55 0 0.13
HSL 227.76º 0.69% 0.57% -
HSV(B) 227.76º 0.69% 0.87% -
XYZ 20.06 15.6 70.36 -
YUV 104.53 193.73 102.66 -
System Red Green Blue C M Y K H S L
Decimal 69 100 221 0.69 0.55 0 0.13 227.76 0.69 0.57
Hex 45 64 DD 45 37 0 D E4 45 39
Octal 105 144 335 105 67 0 15 344 105 71
Binary 1000101 1100100 11011101 1000101 110111 0 1101 11100100 1000101 111001

Color Harmonies of #4564DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4564DD

Black with #4564DD

Text Example


Text Example

White with #4564DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4564DD; }

 p { color: rgb(69,100,221); }

 H1.HeaderClassName
 {
   color: #4564DD;
 }
 .AnyTagClassName
 {
   color: #4564DD;
 }
</style>

background-color css

<style>
 a { background-color: #4564DD; }

 a { background-color: rgb(69,100,221); }

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

border-color css

<style>
 span { border-color: #4564DD; }

 span { border-color: rgb(69,100,221); }

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