Html Css Color HEX #4061DB Royal Blue

📋 copy color: '#4061DB'

red 64 ◦ green 97 ◦ blue 219

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

Shades of Royal Blue #4061DB

Tints of Royal Blue #4061DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.63%

R = 16.84%
G = 25.53%
B = 57.63%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4061DB (or 0x4061DB) is known color: Royal Blue. HEX triplet: 40, 61 and DB. RGB value is (64,97,219). Sum of RGB (Red+Green+Blue) = 64+97+219=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #4061DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4061DB is #BF9E24. Grayscale: #646464. Windows color (decimal): -12557861 or 14377280. OLE color: 14377280.

HSL color Cylindrical-coordinate representation of color #4061DB: hue angle of 227.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4061DB is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 97 219 -
CMYK 0.71 0.56 0 0.14
HSL 227.23º 0.68% 0.55% -
HSV(B) 227.23º 0.71% 0.86% -
XYZ 19.18 14.75 68.85 -
YUV 101.04 194.57 101.58 -
System Red Green Blue C M Y K H S L
Decimal 64 97 219 0.71 0.56 0 0.14 227.23 0.68 0.55
Hex 40 61 DB 47 38 0 E E3 44 37
Octal 100 141 333 107 70 0 16 343 104 67
Binary 1000000 1100001 11011011 1000111 111000 0 1110 11100011 1000100 110111

Color Harmonies of #4061DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4061DB

Black with #4061DB

Text Example


Text Example

White with #4061DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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