Html Css Color HEX #4372DC Royal Blue

📋 copy color: '#4372DC'

red 67 ◦ green 114 ◦ blue 220

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

Shades of Royal Blue #4372DC

Tints of Royal Blue #4372DC

RGB

 RED value IS 67 (26.56% from 255) = 16.71%

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

 BLUE value IS 220 (86.33% from 255) = 54.86%

R = 16.71%
G = 28.43%
B = 54.86%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4372DC (or 0x4372DC) is known color: Royal Blue. HEX triplet: 43, 72 and DC. RGB value is (67,114,220). Sum of RGB (Red+Green+Blue) = 67+114+220=401 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.71% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #4372DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4372DC is #BC8D23. Grayscale: #6F6F6F. Windows color (decimal): -12356900 or 14447171. OLE color: 14447171.

HSL color Cylindrical-coordinate representation of color #4372DC: hue angle of 221.57º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4372DC is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 67 114 220 -
CMYK 0.70 0.48 0 0.14
HSL 221.57º 0.69% 0.56% -
HSV(B) 221.57º 0.7% 0.86% -
XYZ 21.25 18.4 70.14 -
YUV 112.03 188.93 95.88 -
System Red Green Blue C M Y K H S L
Decimal 67 114 220 0.70 0.48 0 0.14 221.57 0.69 0.56
Hex 43 72 DC 46 30 0 E DE 45 38
Octal 103 162 334 106 60 0 16 336 105 70
Binary 1000011 1110010 11011100 1000110 110000 0 1110 11011110 1000101 111000

Color Harmonies of #4372DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4372DC

Black with #4372DC

Text Example


Text Example

White with #4372DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4372DC; }

 p { color: rgb(67,114,220); }

 H1.HeaderClassName
 {
   color: #4372DC;
 }
 .AnyTagClassName
 {
   color: #4372DC;
 }
</style>

background-color css

<style>
 a { background-color: #4372DC; }

 a { background-color: rgb(67,114,220); }

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

border-color css

<style>
 span { border-color: #4372DC; }

 span { border-color: rgb(67,114,220); }

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