Html Css Color HEX #4053EA Royal Blue

📋 copy color: '#4053EA'

red 64 ◦ green 83 ◦ blue 234

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

Shades of Royal Blue #4053EA

Tints of Royal Blue #4053EA

RGB

 RED value IS 64 (25.39% from 255) = 16.8%

 GREEN value IS 83 (32.81% from 255) = 21.78%

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

R = 16.8%
G = 21.78%
B = 61.42%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4053EA (or 0x4053EA) is known color: Royal Blue. HEX triplet: 40, 53 and EA. RGB value is (64,83,234). Sum of RGB (Red+Green+Blue) = 64+83+234=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #4053EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4053EA is #BFAC15. Grayscale: #5D5D5D. Windows color (decimal): -12561430 or 15356736. OLE color: 15356736.

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

Color convert

RGB 64 83 234 -
CMYK 0.73 0.65 0 0.08
HSL 233.29º 0.8% 0.58% -
HSV(B) 233.29º 0.73% 0.92% -
XYZ 20.06 13.22 79.34 -
YUV 94.53 206.71 106.22 -
System Red Green Blue C M Y K H S L
Decimal 64 83 234 0.73 0.65 0 0.08 233.29 0.8 0.58
Hex 40 53 EA 49 41 0 8 E9 50 3A
Octal 100 123 352 111 101 0 10 351 120 72
Binary 1000000 1010011 11101010 1001001 1000001 0 1000 11101001 1010000 111010

Color Harmonies of #4053EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4053EA

Black with #4053EA

Text Example


Text Example

White with #4053EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,83,234); }

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

background-color css

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

 a { background-color: rgb(64,83,234); }

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

border-color css

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

 span { border-color: rgb(64,83,234); }

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