Html Css Color HEX #4564FA Royal Blue

📋 copy color: '#4564FA'

red 69 ◦ green 100 ◦ blue 250

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

Shades of Royal Blue #4564FA

Tints of Royal Blue #4564FA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.87%

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

R = 16.47%
G = 23.87%
B = 59.67%

CMYK

 C value IS 0.72

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4564FA (or 0x4564FA) is known color: Royal Blue. HEX triplet: 45, 64 and FA. RGB value is (69,100,250). Sum of RGB (Red+Green+Blue) = 69+100+250=419 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.47% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #4564FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4564FA is #BA9B05. Grayscale: #6B6B6B. Windows color (decimal): -12229382 or 16409669. OLE color: 16409669.

HSL color Cylindrical-coordinate representation of color #4564FA: hue angle of 229.72º 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 #4564FA is Cyan = 0.72, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 69 100 250 -
CMYK 0.72 0.6 0 0.02
HSL 229.72º 0.95% 0.63% -
HSV(B) 229.72º 0.72% 0.98% -
XYZ 24.27 17.28 92.5 -
YUV 107.83 208.23 100.3 -
System Red Green Blue C M Y K H S L
Decimal 69 100 250 0.72 0.6 0 0.02 229.72 0.95 0.63
Hex 45 64 FA 48 3C 0 2 E6 5F 3F
Octal 105 144 372 110 74 0 2 346 137 77
Binary 1000101 1100100 11111010 1001000 111100 0 10 11100110 1011111 111111

Color Harmonies of #4564FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4564FA

Black with #4564FA

Text Example


Text Example

White with #4564FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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