#2672F0

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

Shades of Royal Blue #2672F0

Tints of Royal Blue #2672F0

Color information

#2672F0 (or 0x2672F0) is unknown color: approx Royal Blue. HEX triplet: 26, 72 and F0. RGB value is (38,114,240). Sum of RGB (Red+Green+Blue) = 38+114+240=392 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.69% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 240 (94.14% from 255 or 61.22% from 392); Max value from RGB is 240 - color contains mainly: blue. Hex color #2672F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2672F0 is #D98D0F. Grayscale: #696969. Windows color (decimal): -14257424 or 15757862. OLE color: 15757862.

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

Color convert

RGB38114240-
CMYK0.840.5200.06
HSL217.43º87.07%54.51%-
HSV(B)217.43º84.17%94.12%-
XYZ22.5418.7484.87-
YUV105.64203.8279.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.69%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 240 (94.14% from 255) = 61.22%
R=9.69%
G=29.08%
B=61.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal381142400.840.5200.06217.4387.0754.51
Hex2672F0543406d95737
Octal46162360124640633112767
Binary10011011100101111000010101001101000110110110011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2672F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2672F0; }

 p { color: rgb(38,114,240); }

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

<style>
 a { background-color: #2672F0; }

 a { background-color: rgb(38,114,240); }

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

<style>
 span { border-color: #2672F0; }

 span { border-color: rgb(38,114,240); }

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