Html Css Color HEX #4565EA Royal Blue

📋 copy color: '#4565EA'

red 69 ◦ green 101 ◦ blue 234

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

Shades of Royal Blue #4565EA

Tints of Royal Blue #4565EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.92%

R = 17.08%
G = 25%
B = 57.92%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4565EA (or 0x4565EA) is known color: Royal Blue. HEX triplet: 45, 65 and EA. RGB value is (69,101,234). Sum of RGB (Red+Green+Blue) = 69+101+234=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #4565EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4565EA is #BA9A15. Grayscale: #6A6A6A. Windows color (decimal): -12229142 or 15361349. OLE color: 15361349.

HSL color Cylindrical-coordinate representation of color #4565EA: hue angle of 228.36º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4565EA is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 69 101 234 -
CMYK 0.71 0.57 0 0.08
HSL 228.36º 0.8% 0.59% -
HSV(B) 228.36º 0.71% 0.92% -
XYZ 21.96 16.51 79.87 -
YUV 106.59 199.9 101.19 -
System Red Green Blue C M Y K H S L
Decimal 69 101 234 0.71 0.57 0 0.08 228.36 0.8 0.59
Hex 45 65 EA 47 39 0 8 E4 50 3B
Octal 105 145 352 107 71 0 10 344 120 73
Binary 1000101 1100101 11101010 1000111 111001 0 1000 11100100 1010000 111011

Color Harmonies of #4565EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4565EA

Black with #4565EA

Text Example


Text Example

White with #4565EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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