Html Css Color HEX #4075DC Royal Blue

📋 copy color: '#4075DC'

red 64 ◦ green 117 ◦ blue 220

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

Shades of Royal Blue #4075DC

Tints of Royal Blue #4075DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.18%

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

R = 15.96%
G = 29.18%
B = 54.86%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4075DC (or 0x4075DC) is known color: Royal Blue. HEX triplet: 40, 75 and DC. RGB value is (64,117,220). Sum of RGB (Red+Green+Blue) = 64+117+220=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #4075DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4075DC is #BF8A23. Grayscale: #707070. Windows color (decimal): -12552740 or 14447936. OLE color: 14447936.

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

Color convert

RGB 64 117 220 -
CMYK 0.71 0.47 0 0.14
HSL 219.62º 0.69% 0.56% -
HSV(B) 219.62º 0.71% 0.86% -
XYZ 21.39 18.98 70.25 -
YUV 112.9 188.44 93.12 -
System Red Green Blue C M Y K H S L
Decimal 64 117 220 0.71 0.47 0 0.14 219.62 0.69 0.56
Hex 40 75 DC 47 2F 0 E DC 45 38
Octal 100 165 334 107 57 0 16 334 105 70
Binary 1000000 1110101 11011100 1000111 101111 0 1110 11011100 1000101 111000

Color Harmonies of #4075DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4075DC

Black with #4075DC

Text Example


Text Example

White with #4075DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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