Html Css Color HEX #4155EB Royal Blue

📋 copy color: '#4155EB'

red 65 ◦ green 85 ◦ blue 235

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

Shades of Royal Blue #4155EB

Tints of Royal Blue #4155EB

RGB

 RED value IS 65 (25.78% from 255) = 16.88%

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

 BLUE value IS 235 (92.19% from 255) = 61.04%

R = 16.88%
G = 22.08%
B = 61.04%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4155EB (or 0x4155EB) is known color: Royal Blue. HEX triplet: 41, 55 and EB. RGB value is (65,85,235). Sum of RGB (Red+Green+Blue) = 65+85+235=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #4155EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4155EB is #BEAA14. Grayscale: #5F5F5F. Windows color (decimal): -12495381 or 15422785. OLE color: 15422785.

HSL color Cylindrical-coordinate representation of color #4155EB: hue angle of 232.94º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4155EB is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 85 235 -
CMYK 0.72 0.64 0 0.08
HSL 232.94º 0.81% 0.59% -
HSV(B) 232.94º 0.72% 0.92% -
XYZ 20.42 13.62 80.15 -
YUV 96.12 206.37 105.8 -
System Red Green Blue C M Y K H S L
Decimal 65 85 235 0.72 0.64 0 0.08 232.94 0.81 0.59
Hex 41 55 EB 48 40 0 8 E9 51 3B
Octal 101 125 353 110 100 0 10 351 121 73
Binary 1000001 1010101 11101011 1001000 1000000 0 1000 11101001 1010001 111011

Color Harmonies of #4155EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4155EB

Black with #4155EB

Text Example


Text Example

White with #4155EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4155EB; }

 p { color: rgb(65,85,235); }

 H1.HeaderClassName
 {
   color: #4155EB;
 }
 .AnyTagClassName
 {
   color: #4155EB;
 }
</style>

background-color css

<style>
 a { background-color: #4155EB; }

 a { background-color: rgb(65,85,235); }

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

border-color css

<style>
 span { border-color: #4155EB; }

 span { border-color: rgb(65,85,235); }

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