Html Css Color HEX #4565FD Royal Blue

📋 copy color: '#4565FD'

red 69 ◦ green 101 ◦ blue 253

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

Shades of Royal Blue #4565FD

Tints of Royal Blue #4565FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.81%

R = 16.31%
G = 23.88%
B = 59.81%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4565FD (or 0x4565FD) is known color: Royal Blue. HEX triplet: 45, 65 and FD. RGB value is (69,101,253). Sum of RGB (Red+Green+Blue) = 69+101+253=423 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.31% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #4565FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4565FD is #BA9A02. Grayscale: #6C6C6C. Windows color (decimal): -12229123 or 16606533. OLE color: 16606533.

HSL color Cylindrical-coordinate representation of color #4565FD: hue angle of 229.57º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4565FD is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 69 101 253 -
CMYK 0.73 0.60 0 0.01
HSL 229.57º 0.98% 0.63% -
HSV(B) 229.57º 0.73% 0.99% -
XYZ 24.84 17.66 95.03 -
YUV 108.76 209.4 99.64 -
System Red Green Blue C M Y K H S L
Decimal 69 101 253 0.73 0.60 0 0.01 229.57 0.98 0.63
Hex 45 65 FD 49 3C 0 1 E6 62 3F
Octal 105 145 375 111 74 0 1 346 142 77
Binary 1000101 1100101 11111101 1001001 111100 0 1 11100110 1100010 111111

Color Harmonies of #4565FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4565FD

Black with #4565FD

Text Example


Text Example

White with #4565FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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