Html Css Color HEX #4564FB Royal Blue

📋 copy color: '#4564FB'

red 69 ◦ green 100 ◦ blue 251

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

Shades of Royal Blue #4564FB

Tints of Royal Blue #4564FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.76%

R = 16.43%
G = 23.81%
B = 59.76%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4564FB (or 0x4564FB) is known color: Royal Blue. HEX triplet: 45, 64 and FB. RGB value is (69,100,251). Sum of RGB (Red+Green+Blue) = 69+100+251=420 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.43% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #4564FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4564FB is #BA9B04. Grayscale: #6B6B6B. Windows color (decimal): -12229381 or 16475205. OLE color: 16475205.

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

Color convert

RGB 69 100 251 -
CMYK 0.73 0.60 0 0.02
HSL 229.78º 0.96% 0.63% -
HSV(B) 229.78º 0.73% 0.98% -
XYZ 24.42 17.34 93.33 -
YUV 107.95 208.73 100.22 -
System Red Green Blue C M Y K H S L
Decimal 69 100 251 0.73 0.60 0 0.02 229.78 0.96 0.63
Hex 45 64 FB 49 3C 0 2 E6 60 3F
Octal 105 144 373 111 74 0 2 346 140 77
Binary 1000101 1100100 11111011 1001001 111100 0 10 11100110 1100000 111111

Color Harmonies of #4564FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4564FB

Black with #4564FB

Text Example


Text Example

White with #4564FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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