Html Css Color HEX #4064DB Royal Blue

📋 copy color: '#4064DB'

red 64 ◦ green 100 ◦ blue 219

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

Shades of Royal Blue #4064DB

Tints of Royal Blue #4064DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.11%

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

R = 16.71%
G = 26.11%
B = 57.18%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4064DB (or 0x4064DB) is known color: Royal Blue. HEX triplet: 40, 64 and DB. RGB value is (64,100,219). Sum of RGB (Red+Green+Blue) = 64+100+219=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #4064DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4064DB is #BF9B24. Grayscale: #666666. Windows color (decimal): -12557093 or 14378048. OLE color: 14378048.

HSL color Cylindrical-coordinate representation of color #4064DB: hue angle of 226.06º 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 #4064DB is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 100 219 -
CMYK 0.71 0.54 0 0.14
HSL 226.06º 0.68% 0.55% -
HSV(B) 226.06º 0.71% 0.86% -
XYZ 19.46 15.32 68.95 -
YUV 102.8 193.57 100.32 -
System Red Green Blue C M Y K H S L
Decimal 64 100 219 0.71 0.54 0 0.14 226.06 0.68 0.55
Hex 40 64 DB 47 36 0 E E2 44 37
Octal 100 144 333 107 66 0 16 342 104 67
Binary 1000000 1100100 11011011 1000111 110110 0 1110 11100010 1000100 110111

Color Harmonies of #4064DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4064DB

Black with #4064DB

Text Example


Text Example

White with #4064DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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