Html Css Color HEX #4065DC Royal Blue

📋 copy color: '#4065DC'

red 64 ◦ green 101 ◦ blue 220

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

Shades of Royal Blue #4065DC

Tints of Royal Blue #4065DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.23%

 BLUE value IS 220 (86.33% from 255) = 57.14%

R = 16.62%
G = 26.23%
B = 57.14%

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

#4065DC (or 0x4065DC) is known color: Royal Blue. HEX triplet: 40, 65 and DC. RGB value is (64,101,220). Sum of RGB (Red+Green+Blue) = 64+101+220=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #4065DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4065DC is #BF9A23. Grayscale: #666666. Windows color (decimal): -12556836 or 14443840. OLE color: 14443840.

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

Color convert

RGB 64 101 220 -
CMYK 0.71 0.54 0 0.14
HSL 225.77º 0.69% 0.56% -
HSV(B) 225.77º 0.71% 0.86% -
XYZ 19.69 15.56 69.68 -
YUV 103.5 193.74 99.82 -
System Red Green Blue C M Y K H S L
Decimal 64 101 220 0.71 0.54 0 0.14 225.77 0.69 0.56
Hex 40 65 DC 47 36 0 E E2 45 38
Octal 100 145 334 107 66 0 16 342 105 70
Binary 1000000 1100101 11011100 1000111 110110 0 1110 11100010 1000101 111000

Color Harmonies of #4065DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4065DC

Black with #4065DC

Text Example


Text Example

White with #4065DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4065DC; }

 p { color: rgb(64,101,220); }

 H1.HeaderClassName
 {
   color: #4065DC;
 }
 .AnyTagClassName
 {
   color: #4065DC;
 }
</style>

background-color css

<style>
 a { background-color: #4065DC; }

 a { background-color: rgb(64,101,220); }

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

border-color css

<style>
 span { border-color: #4065DC; }

 span { border-color: rgb(64,101,220); }

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