Html Css Color HEX #4565FC Royal Blue

📋 copy color: '#4565FC'

red 69 ◦ green 101 ◦ blue 252

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

Shades of Royal Blue #4565FC

Tints of Royal Blue #4565FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.72%

R = 16.35%
G = 23.93%
B = 59.72%

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

#4565FC (or 0x4565FC) is known color: Royal Blue. HEX triplet: 45, 65 and FC. RGB value is (69,101,252). Sum of RGB (Red+Green+Blue) = 69+101+252=422 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.35% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #4565FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4565FC is #BA9A03. Grayscale: #6C6C6C. Windows color (decimal): -12229124 or 16540997. OLE color: 16540997.

HSL color Cylindrical-coordinate representation of color #4565FC: hue angle of 229.51º degrees, saturation: 0.97, 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 #4565FC is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 69 101 252 -
CMYK 0.73 0.60 0 0.01
HSL 229.51º 0.97% 0.63% -
HSV(B) 229.51º 0.73% 0.99% -
XYZ 24.68 17.6 94.19 -
YUV 108.65 208.9 99.72 -
System Red Green Blue C M Y K H S L
Decimal 69 101 252 0.73 0.60 0 0.01 229.51 0.97 0.63
Hex 45 65 FC 49 3C 0 1 E6 61 3F
Octal 105 145 374 111 74 0 1 346 141 77
Binary 1000101 1100101 11111100 1001001 111100 0 1 11100110 1100001 111111

Color Harmonies of #4565FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4565FC

Black with #4565FC

Text Example


Text Example

White with #4565FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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