Html Css Color HEX #4071CA Royal Blue

📋 copy color: '#4071CA'

red 64 ◦ green 113 ◦ blue 202

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

Shades of Royal Blue #4071CA

Tints of Royal Blue #4071CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.3%

R = 16.89%
G = 29.82%
B = 53.3%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4071CA (or 0x4071CA) is known color: Royal Blue. HEX triplet: 40, 71 and CA. RGB value is (64,113,202). Sum of RGB (Red+Green+Blue) = 64+113+202=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #4071CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4071CA is #BF8E35. Grayscale: #6C6C6C. Windows color (decimal): -12553782 or 13267264. OLE color: 13267264.

HSL color Cylindrical-coordinate representation of color #4071CA: hue angle of 218.7º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4071CA is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 113 202 -
CMYK 0.68 0.44 0 0.21
HSL 218.7º 0.57% 0.52% -
HSV(B) 218.7º 0.68% 0.79% -
XYZ 18.68 17.16 58.21 -
YUV 108.5 180.77 96.26 -
System Red Green Blue C M Y K H S L
Decimal 64 113 202 0.68 0.44 0 0.21 218.7 0.57 0.52
Hex 40 71 CA 44 2C 0 15 DB 39 34
Octal 100 161 312 104 54 0 25 333 71 64
Binary 1000000 1110001 11001010 1000100 101100 0 10101 11011011 111001 110100

Color Harmonies of #4071CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4071CA

Black with #4071CA

Text Example


Text Example

White with #4071CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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