Html Css Color HEX #4074EB Royal Blue

📋 copy color: '#4074EB'

red 64 ◦ green 116 ◦ blue 235

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

Shades of Royal Blue #4074EB

Tints of Royal Blue #4074EB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.95%

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

R = 15.42%
G = 27.95%
B = 56.63%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4074EB (or 0x4074EB) is known color: Royal Blue. HEX triplet: 40, 74 and EB. RGB value is (64,116,235). Sum of RGB (Red+Green+Blue) = 64+116+235=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #4074EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4074EB is #BF8B14. Grayscale: #717171. Windows color (decimal): -12552981 or 15430720. OLE color: 15430720.

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

Color convert

RGB 64 116 235 -
CMYK 0.73 0.51 0 0.08
HSL 221.75º 0.81% 0.59% -
HSV(B) 221.75º 0.73% 0.92% -
XYZ 23.36 19.58 81.15 -
YUV 114.02 196.27 92.32 -
System Red Green Blue C M Y K H S L
Decimal 64 116 235 0.73 0.51 0 0.08 221.75 0.81 0.59
Hex 40 74 EB 49 33 0 8 DE 51 3B
Octal 100 164 353 111 63 0 10 336 121 73
Binary 1000000 1110100 11101011 1001001 110011 0 1000 11011110 1010001 111011

Color Harmonies of #4074EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4074EB

Black with #4074EB

Text Example


Text Example

White with #4074EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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