#2872f4

Color #2872F4 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2872F4

Tints of Royal Blue #2872F4

Color information

#2872F4 (or 0x2872F4) is unknown color: approx Royal Blue. HEX triplet: 28, 72 and F4. RGB value is (40,114,244). Sum of RGB (Red+Green+Blue) = 40+114+244=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 244 (95.70% from 255 or 61.31% from 398); Max value from RGB is 244 - color contains mainly: blue. Hex color #2872F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2872F4 is #D78D0B. Grayscale: #6A6A6A. Windows color (decimal): -14126348 or 16020008. OLE color: 16020008.

HSL color Cylindrical-coordinate representation of color #2872F4: hue angle of 218.24º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2872F4 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB40114244-
CMYK0.840.5300.04
HSL218.24º90.27%55.69%-
HSV(B)218.24º83.61%95.69%-
XYZ23.2219.0288.03-
YUV106.69205.4880.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.05%
GREEN value IS 114 (44.92% from 255) = 28.64%
BLUE value IS 244 (95.70% from 255) = 61.31%
R=10.05%
G=28.64%
B=61.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal401142440.840.5300.04218.2490.2755.69
Hex2872F4543504da5a38
Octal50162364124650433213270
Binary10100011100101111010010101001101010100110110101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2872f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2872f4; }

 p { color: rgb(40,114,244); }

 H1.HeaderClassName
 {
   color: #2872f4;
 }
 .AnyTagClassName
 {
   color: #2872f4;
 }
</style>
background-color css

<style>
 a { background-color: #2872f4; }

 a { background-color: rgb(40,114,244); }

 div.DivClassName
 {
   background-color: #2872f4;
 }
 .BgClassName
 {
   background-color: #2872f4;
 }
</style>
border-color css

<style>
 span { border-color: #2872f4; }

 span { border-color: rgb(40,114,244); }

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