Html Css Color HEX #4565FA Royal Blue

📋 copy color: '#4565FA'

red 69 ◦ green 101 ◦ blue 250

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

Shades of Royal Blue #4565FA

Tints of Royal Blue #4565FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.52%

R = 16.43%
G = 24.05%
B = 59.52%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4565FA (or 0x4565FA) is known color: Royal Blue. HEX triplet: 45, 65 and FA. RGB value is (69,101,250). Sum of RGB (Red+Green+Blue) = 69+101+250=420 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.43% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #4565FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4565FA is #BA9A05. Grayscale: #6B6B6B. Windows color (decimal): -12229126 or 16409925. OLE color: 16409925.

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

Color convert

RGB 69 101 250 -
CMYK 0.72 0.60 0 0.02
HSL 229.39º 0.95% 0.63% -
HSV(B) 229.39º 0.72% 0.98% -
XYZ 24.36 17.47 92.53 -
YUV 108.42 207.9 99.88 -
System Red Green Blue C M Y K H S L
Decimal 69 101 250 0.72 0.60 0 0.02 229.39 0.95 0.63
Hex 45 65 FA 48 3C 0 2 E5 5F 3F
Octal 105 145 372 110 74 0 2 345 137 77
Binary 1000101 1100101 11111010 1001000 111100 0 10 11100101 1011111 111111

Color Harmonies of #4565FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4565FA

Black with #4565FA

Text Example


Text Example

White with #4565FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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