Html Css Color HEX #4865EA Royal Blue

📋 copy color: '#4865EA'

red 72 ◦ green 101 ◦ blue 234

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

Shades of Royal Blue #4865EA

Tints of Royal Blue #4865EA

RGB

 RED value IS 72 (28.52% from 255) = 17.69%

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

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

R = 17.69%
G = 24.82%
B = 57.49%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4865EA (or 0x4865EA) is known color: Royal Blue. HEX triplet: 48, 65 and EA. RGB value is (72,101,234). Sum of RGB (Red+Green+Blue) = 72+101+234=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #4865EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4865EA is #B79A15. Grayscale: #6A6A6A. Windows color (decimal): -12032534 or 15361352. OLE color: 15361352.

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

Color convert

RGB 72 101 234 -
CMYK 0.69 0.57 0 0.08
HSL 229.26º 0.79% 0.6% -
HSV(B) 229.26º 0.69% 0.92% -
XYZ 22.18 16.63 79.88 -
YUV 107.49 199.39 102.69 -
System Red Green Blue C M Y K H S L
Decimal 72 101 234 0.69 0.57 0 0.08 229.26 0.79 0.6
Hex 48 65 EA 45 39 0 8 E5 4F 3C
Octal 110 145 352 105 71 0 10 345 117 74
Binary 1001000 1100101 11101010 1000101 111001 0 1000 11100101 1001111 111100

Color Harmonies of #4865EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4865EA

Black with #4865EA

Text Example


Text Example

White with #4865EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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