Html Css Color HEX #4072CD Royal Blue

📋 copy color: '#4072CD'

red 64 ◦ green 114 ◦ blue 205

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

Shades of Royal Blue #4072CD

Tints of Royal Blue #4072CD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.77%

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 16.71%
G = 29.77%
B = 53.52%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4072CD (or 0x4072CD) is known color: Royal Blue. HEX triplet: 40, 72 and CD. RGB value is (64,114,205). Sum of RGB (Red+Green+Blue) = 64+114+205=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #4072CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4072CD is #BF8D32. Grayscale: #6D6D6D. Windows color (decimal): -12553523 or 13464128. OLE color: 13464128.

HSL color Cylindrical-coordinate representation of color #4072CD: hue angle of 218.72º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4072CD is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 114 205 -
CMYK 0.69 0.44 0 0.20
HSL 218.72º 0.59% 0.53% -
HSV(B) 218.72º 0.69% 0.8% -
XYZ 19.15 17.53 60.13 -
YUV 109.42 181.94 95.6 -
System Red Green Blue C M Y K H S L
Decimal 64 114 205 0.69 0.44 0 0.20 218.72 0.59 0.53
Hex 40 72 CD 45 2C 0 14 DB 3B 35
Octal 100 162 315 105 54 0 24 333 73 65
Binary 1000000 1110010 11001101 1000101 101100 0 10100 11011011 111011 110101

Color Harmonies of #4072CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4072CD

Black with #4072CD

Text Example


Text Example

White with #4072CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4072CD; }

 p { color: rgb(64,114,205); }

 H1.HeaderClassName
 {
   color: #4072CD;
 }
 .AnyTagClassName
 {
   color: #4072CD;
 }
</style>

background-color css

<style>
 a { background-color: #4072CD; }

 a { background-color: rgb(64,114,205); }

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

border-color css

<style>
 span { border-color: #4072CD; }

 span { border-color: rgb(64,114,205); }

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