Html Css Color HEX #4055EA Royal Blue

📋 copy color: '#4055EA'

red 64 ◦ green 85 ◦ blue 234

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

Shades of Royal Blue #4055EA

Tints of Royal Blue #4055EA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.19%

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

R = 16.71%
G = 22.19%
B = 61.1%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4055EA (or 0x4055EA) is known color: Royal Blue. HEX triplet: 40, 55 and EA. RGB value is (64,85,234). Sum of RGB (Red+Green+Blue) = 64+85+234=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #4055EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4055EA is #BFAA15. Grayscale: #5F5F5F. Windows color (decimal): -12560918 or 15357248. OLE color: 15357248.

HSL color Cylindrical-coordinate representation of color #4055EA: hue angle of 232.59º 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 #4055EA is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 85 234 -
CMYK 0.73 0.64 0 0.08
HSL 232.59º 0.8% 0.58% -
HSV(B) 232.59º 0.73% 0.92% -
XYZ 20.21 13.53 79.39 -
YUV 95.71 206.04 105.38 -
System Red Green Blue C M Y K H S L
Decimal 64 85 234 0.73 0.64 0 0.08 232.59 0.8 0.58
Hex 40 55 EA 49 40 0 8 E9 50 3A
Octal 100 125 352 111 100 0 10 351 120 72
Binary 1000000 1010101 11101010 1001001 1000000 0 1000 11101001 1010000 111010

Color Harmonies of #4055EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4055EA

Black with #4055EA

Text Example


Text Example

White with #4055EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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