Html Css Color HEX #4472EF Royal Blue

📋 copy color: '#4472EF'

red 68 ◦ green 114 ◦ blue 239

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

Shades of Royal Blue #4472EF

Tints of Royal Blue #4472EF

RGB

 RED value IS 68 (26.95% from 255) = 16.15%

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

 BLUE value IS 239 (93.75% from 255) = 56.77%

R = 16.15%
G = 27.08%
B = 56.77%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4472EF (or 0x4472EF) is known color: Royal Blue. HEX triplet: 44, 72 and EF. RGB value is (68,114,239). Sum of RGB (Red+Green+Blue) = 68+114+239=421 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.15% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #4472EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4472EF is #BB8D10. Grayscale: #717171. Windows color (decimal): -12291345 or 15692356. OLE color: 15692356.

HSL color Cylindrical-coordinate representation of color #4472EF: hue angle of 223.86º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4472EF is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 114 239 -
CMYK 0.72 0.52 0 0.06
HSL 223.86º 0.84% 0.6% -
HSV(B) 223.86º 0.72% 0.94% -
XYZ 23.98 19.5 84.16 -
YUV 114.5 198.26 94.84 -
System Red Green Blue C M Y K H S L
Decimal 68 114 239 0.72 0.52 0 0.06 223.86 0.84 0.6
Hex 44 72 EF 48 34 0 6 E0 54 3C
Octal 104 162 357 110 64 0 6 340 124 74
Binary 1000100 1110010 11101111 1001000 110100 0 110 11100000 1010100 111100

Color Harmonies of #4472EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4472EF

Black with #4472EF

Text Example


Text Example

White with #4472EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4472EF; }

 p { color: rgb(68,114,239); }

 H1.HeaderClassName
 {
   color: #4472EF;
 }
 .AnyTagClassName
 {
   color: #4472EF;
 }
</style>

background-color css

<style>
 a { background-color: #4472EF; }

 a { background-color: rgb(68,114,239); }

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

border-color css

<style>
 span { border-color: #4472EF; }

 span { border-color: rgb(68,114,239); }

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