Html Css Color HEX #4061DD Royal Blue

📋 copy color: '#4061DD'

red 64 ◦ green 97 ◦ blue 221

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

Shades of Royal Blue #4061DD

Tints of Royal Blue #4061DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.85%

R = 16.75%
G = 25.39%
B = 57.85%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4061DD (or 0x4061DD) is known color: Royal Blue. HEX triplet: 40, 61 and DD. RGB value is (64,97,221). Sum of RGB (Red+Green+Blue) = 64+97+221=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #4061DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4061DD is #BF9E22. Grayscale: #646464. Windows color (decimal): -12557859 or 14508352. OLE color: 14508352.

HSL color Cylindrical-coordinate representation of color #4061DD: hue angle of 227.39º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4061DD is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 97 221 -
CMYK 0.71 0.56 0 0.13
HSL 227.39º 0.7% 0.56% -
HSV(B) 227.39º 0.71% 0.87% -
XYZ 19.44 14.86 70.25 -
YUV 101.27 195.57 101.42 -
System Red Green Blue C M Y K H S L
Decimal 64 97 221 0.71 0.56 0 0.13 227.39 0.7 0.56
Hex 40 61 DD 47 38 0 D E3 46 38
Octal 100 141 335 107 70 0 15 343 106 70
Binary 1000000 1100001 11011101 1000111 111000 0 1101 11100011 1000110 111000

Color Harmonies of #4061DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4061DD

Black with #4061DD

Text Example


Text Example

White with #4061DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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