Html Css Color HEX #4072CE Royal Blue

📋 copy color: '#4072CE'

red 64 ◦ green 114 ◦ blue 206

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

Shades of Royal Blue #4072CE

Tints of Royal Blue #4072CE

RGB

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

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

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

R = 16.67%
G = 29.69%
B = 53.65%

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

#4072CE (or 0x4072CE) is known color: Royal Blue. HEX triplet: 40, 72 and CE. RGB value is (64,114,206). Sum of RGB (Red+Green+Blue) = 64+114+206=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #4072CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4072CE is #BF8D31. Grayscale: #6D6D6D. Windows color (decimal): -12553522 or 13529664. OLE color: 13529664.

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

Color convert

RGB 64 114 206 -
CMYK 0.69 0.45 0 0.19
HSL 218.87º 0.59% 0.53% -
HSV(B) 218.87º 0.69% 0.81% -
XYZ 19.27 17.58 60.77 -
YUV 109.54 182.44 95.52 -
System Red Green Blue C M Y K H S L
Decimal 64 114 206 0.69 0.45 0 0.19 218.87 0.59 0.53
Hex 40 72 CE 45 2D 0 13 DB 3B 35
Octal 100 162 316 105 55 0 23 333 73 65
Binary 1000000 1110010 11001110 1000101 101101 0 10011 11011011 111011 110101

Color Harmonies of #4072CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4072CE

Black with #4072CE

Text Example


Text Example

White with #4072CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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