Html Css Color HEX #4075EB Royal Blue

📋 copy color: '#4075EB'

red 64 ◦ green 117 ◦ blue 235

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

Shades of Royal Blue #4075EB

Tints of Royal Blue #4075EB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.13%

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

R = 15.38%
G = 28.13%
B = 56.49%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4075EB (or 0x4075EB) is known color: Royal Blue. HEX triplet: 40, 75 and EB. RGB value is (64,117,235). Sum of RGB (Red+Green+Blue) = 64+117+235=416 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.38% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #4075EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4075EB is #BF8A14. Grayscale: #727272. Windows color (decimal): -12552725 or 15430976. OLE color: 15430976.

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

Color convert

RGB 64 117 235 -
CMYK 0.73 0.50 0 0.08
HSL 221.4º 0.81% 0.59% -
HSV(B) 221.4º 0.73% 0.92% -
XYZ 23.47 19.81 81.18 -
YUV 114.61 195.94 91.91 -
System Red Green Blue C M Y K H S L
Decimal 64 117 235 0.73 0.50 0 0.08 221.4 0.81 0.59
Hex 40 75 EB 49 32 0 8 DD 51 3B
Octal 100 165 353 111 62 0 10 335 121 73
Binary 1000000 1110101 11101011 1001001 110010 0 1000 11011101 1010001 111011

Color Harmonies of #4075EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4075EB

Black with #4075EB

Text Example


Text Example

White with #4075EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,117,235); }

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

background-color css

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

 a { background-color: rgb(64,117,235); }

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

border-color css

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

 span { border-color: rgb(64,117,235); }

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