Html Css Color HEX #4558DF Royal Blue

📋 copy color: '#4558DF'

red 69 ◦ green 88 ◦ blue 223

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

Shades of Royal Blue #4558DF

Tints of Royal Blue #4558DF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.16%

 BLUE value IS 223 (87.5% from 255) = 58.68%

R = 18.16%
G = 23.16%
B = 58.68%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4558DF (or 0x4558DF) is known color: Royal Blue. HEX triplet: 45, 58 and DF. RGB value is (69,88,223). Sum of RGB (Red+Green+Blue) = 69+88+223=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #4558DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4558DF is #BAA720. Grayscale: #616161. Windows color (decimal): -12232481 or 14637125. OLE color: 14637125.

HSL color Cylindrical-coordinate representation of color #4558DF: hue angle of 232.6º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4558DF is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 88 223 -
CMYK 0.69 0.61 0 0.13
HSL 232.6º 0.71% 0.57% -
HSV(B) 232.6º 0.69% 0.87% -
XYZ 19.26 13.57 71.42 -
YUV 97.71 198.71 107.52 -
System Red Green Blue C M Y K H S L
Decimal 69 88 223 0.69 0.61 0 0.13 232.6 0.71 0.57
Hex 45 58 DF 45 3D 0 D E9 47 39
Octal 105 130 337 105 75 0 15 351 107 71
Binary 1000101 1011000 11011111 1000101 111101 0 1101 11101001 1000111 111001

Color Harmonies of #4558DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4558DF

Black with #4558DF

Text Example


Text Example

White with #4558DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4558DF; }

 p { color: rgb(69,88,223); }

 H1.HeaderClassName
 {
   color: #4558DF;
 }
 .AnyTagClassName
 {
   color: #4558DF;
 }
</style>

background-color css

<style>
 a { background-color: #4558DF; }

 a { background-color: rgb(69,88,223); }

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

border-color css

<style>
 span { border-color: #4558DF; }

 span { border-color: rgb(69,88,223); }

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