Html Css Color HEX #4569DD Royal Blue

📋 copy color: '#4569DD'

red 69 ◦ green 105 ◦ blue 221

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

Shades of Royal Blue #4569DD

Tints of Royal Blue #4569DD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.58%

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

R = 17.47%
G = 26.58%
B = 55.95%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4569DD (or 0x4569DD) is known color: Royal Blue. HEX triplet: 45, 69 and DD. RGB value is (69,105,221). Sum of RGB (Red+Green+Blue) = 69+105+221=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #4569DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4569DD is #BA9622. Grayscale: #6A6A6A. Windows color (decimal): -12228131 or 14510405. OLE color: 14510405.

HSL color Cylindrical-coordinate representation of color #4569DD: hue angle of 225.79º 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 #4569DD is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 105 221 -
CMYK 0.69 0.52 0 0.13
HSL 225.79º 0.69% 0.57% -
HSV(B) 225.79º 0.69% 0.87% -
XYZ 20.56 16.59 70.53 -
YUV 107.46 192.07 100.57 -
System Red Green Blue C M Y K H S L
Decimal 69 105 221 0.69 0.52 0 0.13 225.79 0.69 0.57
Hex 45 69 DD 45 34 0 D E2 45 39
Octal 105 151 335 105 64 0 15 342 105 71
Binary 1000101 1101001 11011101 1000101 110100 0 1101 11100010 1000101 111001

Color Harmonies of #4569DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4569DD

Black with #4569DD

Text Example


Text Example

White with #4569DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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