Html Css Color HEX #4071CE Royal Blue

📋 copy color: '#4071CE'

red 64 ◦ green 113 ◦ blue 206

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

Shades of Royal Blue #4071CE

Tints of Royal Blue #4071CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.5%

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 16.71%
G = 29.5%
B = 53.79%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4071CE (or 0x4071CE) is known color: Royal Blue. HEX triplet: 40, 71 and CE. RGB value is (64,113,206). Sum of RGB (Red+Green+Blue) = 64+113+206=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #4071CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4071CE is #BF8E31. Grayscale: #6C6C6C. Windows color (decimal): -12553778 or 13529408. OLE color: 13529408.

HSL color Cylindrical-coordinate representation of color #4071CE: hue angle of 219.3º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4071CE is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 113 206 -
CMYK 0.69 0.45 0 0.19
HSL 219.3º 0.59% 0.53% -
HSV(B) 219.3º 0.69% 0.81% -
XYZ 19.16 17.36 60.73 -
YUV 108.95 182.77 95.94 -
System Red Green Blue C M Y K H S L
Decimal 64 113 206 0.69 0.45 0 0.19 219.3 0.59 0.53
Hex 40 71 CE 45 2D 0 13 DB 3B 35
Octal 100 161 316 105 55 0 23 333 73 65
Binary 1000000 1110001 11001110 1000101 101101 0 10011 11011011 111011 110101

Color Harmonies of #4071CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4071CE

Black with #4071CE

Text Example


Text Example

White with #4071CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4071CE; }

 p { color: rgb(64,113,206); }

 H1.HeaderClassName
 {
   color: #4071CE;
 }
 .AnyTagClassName
 {
   color: #4071CE;
 }
</style>

background-color css

<style>
 a { background-color: #4071CE; }

 a { background-color: rgb(64,113,206); }

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

border-color css

<style>
 span { border-color: #4071CE; }

 span { border-color: rgb(64,113,206); }

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