Html Css Color HEX #4565DB Royal Blue

📋 copy color: '#4565DB'

red 69 ◦ green 101 ◦ blue 219

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

Shades of Royal Blue #4565DB

Tints of Royal Blue #4565DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.3%

R = 17.74%
G = 25.96%
B = 56.3%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4565DB (or 0x4565DB) is known color: Royal Blue. HEX triplet: 45, 65 and DB. RGB value is (69,101,219). Sum of RGB (Red+Green+Blue) = 69+101+219=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #4565DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4565DB is #BA9A24. Grayscale: #686868. Windows color (decimal): -12229157 or 14378309. OLE color: 14378309.

HSL color Cylindrical-coordinate representation of color #4565DB: hue angle of 227.2º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4565DB is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 101 219 -
CMYK 0.68 0.54 0 0.14
HSL 227.2º 0.68% 0.56% -
HSV(B) 227.2º 0.68% 0.86% -
XYZ 19.89 15.69 69 -
YUV 104.88 192.4 102.41 -
System Red Green Blue C M Y K H S L
Decimal 69 101 219 0.68 0.54 0 0.14 227.2 0.68 0.56
Hex 45 65 DB 44 36 0 E E3 44 38
Octal 105 145 333 104 66 0 16 343 104 70
Binary 1000101 1100101 11011011 1000100 110110 0 1110 11100011 1000100 111000

Color Harmonies of #4565DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4565DB

Black with #4565DB

Text Example


Text Example

White with #4565DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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