Html Css Color HEX #4071CF Royal Blue

📋 copy color: '#4071CF'

red 64 ◦ green 113 ◦ blue 207

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

Shades of Royal Blue #4071CF

Tints of Royal Blue #4071CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.91%

R = 16.67%
G = 29.43%
B = 53.91%

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

#4071CF (or 0x4071CF) is known color: Royal Blue. HEX triplet: 40, 71 and CF. RGB value is (64,113,207). Sum of RGB (Red+Green+Blue) = 64+113+207=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #4071CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4071CF is #BF8E30. Grayscale: #6C6C6C. Windows color (decimal): -12553777 or 13594944. OLE color: 13594944.

HSL color Cylindrical-coordinate representation of color #4071CF: hue angle of 219.44º degrees, saturation: 0.6, 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 #4071CF is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 113 207 -
CMYK 0.69 0.45 0 0.19
HSL 219.44º 0.6% 0.53% -
HSV(B) 219.44º 0.69% 0.81% -
XYZ 19.28 17.41 61.37 -
YUV 109.07 183.27 95.86 -
System Red Green Blue C M Y K H S L
Decimal 64 113 207 0.69 0.45 0 0.19 219.44 0.6 0.53
Hex 40 71 CF 45 2D 0 13 DB 3C 35
Octal 100 161 317 105 55 0 23 333 74 65
Binary 1000000 1110001 11001111 1000101 101101 0 10011 11011011 111100 110101

Color Harmonies of #4071CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4071CF

Black with #4071CF

Text Example


Text Example

White with #4071CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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