Html Css Color HEX #4061EE Royal Blue

📋 copy color: '#4061EE'

red 64 ◦ green 97 ◦ blue 238

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

Shades of Royal Blue #4061EE

Tints of Royal Blue #4061EE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.31%

 BLUE value IS 238 (93.36% from 255) = 59.65%

R = 16.04%
G = 24.31%
B = 59.65%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4061EE (or 0x4061EE) is known color: Royal Blue. HEX triplet: 40, 61 and EE. RGB value is (64,97,238). Sum of RGB (Red+Green+Blue) = 64+97+238=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #4061EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4061EE is #BF9E11. Grayscale: #666666. Windows color (decimal): -12557842 or 15622464. OLE color: 15622464.

HSL color Cylindrical-coordinate representation of color #4061EE: hue angle of 228.62º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4061EE is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 97 238 -
CMYK 0.73 0.59 0 0.07
HSL 228.62º 0.84% 0.59% -
HSV(B) 228.62º 0.73% 0.93% -
XYZ 21.82 15.81 82.79 -
YUV 103.21 204.07 100.04 -
System Red Green Blue C M Y K H S L
Decimal 64 97 238 0.73 0.59 0 0.07 228.62 0.84 0.59
Hex 40 61 EE 49 3B 0 7 E5 54 3B
Octal 100 141 356 111 73 0 7 345 124 73
Binary 1000000 1100001 11101110 1001001 111011 0 111 11100101 1010100 111011

Color Harmonies of #4061EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4061EE

Black with #4061EE

Text Example


Text Example

White with #4061EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4061EE; }

 p { color: rgb(64,97,238); }

 H1.HeaderClassName
 {
   color: #4061EE;
 }
 .AnyTagClassName
 {
   color: #4061EE;
 }
</style>

background-color css

<style>
 a { background-color: #4061EE; }

 a { background-color: rgb(64,97,238); }

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

border-color css

<style>
 span { border-color: #4061EE; }

 span { border-color: rgb(64,97,238); }

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